mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added missing markup to docs.
This commit is contained in:
parent
0df59bc212
commit
93cffc3b37
37 changed files with 170 additions and 155 deletions
|
@ -872,8 +872,8 @@ widget for this field is a :class:`~django.forms.NullBooleanSelect`.
|
|||
|
||||
.. class:: PositiveIntegerField([**options])
|
||||
|
||||
Like an :class:`IntegerField`, but must be either positive or zero (`0`).
|
||||
The value `0` is accepted for backward compatibility reasons.
|
||||
Like an :class:`IntegerField`, but must be either positive or zero (``0``).
|
||||
The value ``0`` is accepted for backward compatibility reasons.
|
||||
|
||||
``PositiveSmallIntegerField``
|
||||
-----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue