Ticket #7609: doc_patch_wo_link.diff

File doc_patch_wo_link.diff, 519 bytes (added by Paul Collins, 13 years ago)

Same idea without the link to this ticket

  • docs/ref/models/fields.txt

    diff --git docs/ref/models/fields.txt docs/ref/models/fields.txt
    index cc89142..2ebf43a 100644
    this as a ``<select>`` box with "Unknown", "Yes" and "No" choices.  
    805805
    806806.. class:: PositiveIntegerField([**options])
    807807
    808 Like an :class:`IntegerField`, but must be positive.
     808Like an :class:`IntegerField`, but must be positive. Also accepts 0 for backward
     809compatibility reasons.
    809810
    810811``PositiveSmallIntegerField``
    811812-----------------------------
Back to Top