Added missing markup to docs.

This commit is contained in:
Tim Graham 2013-03-22 05:50:45 -04:00
parent 0df59bc212
commit 93cffc3b37
37 changed files with 170 additions and 155 deletions

View file

@ -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``
-----------------------------