diff options
| author | Tim Graham <timograham@gmail.com> | 2013-03-22 05:50:45 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-03-22 14:08:55 -0400 |
| commit | f7ca464039b4f21705a8a7074f6c542c3e4937b4 (patch) | |
| tree | 832a3d71b504a8ca19a28cb67fe3cb8660970bd2 /docs/ref/models | |
| parent | 1363b418234d9af214ba9093014259fbb0ea2242 (diff) | |
[1.5.x] Added missing markup to docs.
Backport of 93cffc3b37 from master.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 0cd0169681..793a1e1555 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -858,8 +858,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`` ----------------------------- |
