diff --git docs/ref/models/fields.txt docs/ref/models/fields.txt
index cc89142..f4f9e6e 100644
|
|
this as a ``<select>`` box with "Unknown", "Yes" and "No" choices.
|
805 | 805 | |
806 | 806 | .. class:: PositiveIntegerField([**options]) |
807 | 807 | |
808 | | Like an :class:`IntegerField`, but must be positive. |
| 808 | Like an :class:`IntegerField`, but must be positive. Also accepts 0 for backward |
| 809 | compatibility reasons (see ticket |
| 810 | `#7609 <https://code.djangoproject.com/ticket/7609>`_ for details). |
809 | 811 | |
810 | 812 | ``PositiveSmallIntegerField`` |
811 | 813 | ----------------------------- |