diff options
Diffstat (limited to 'docs/ref/models/fields.txt')
| -rw-r--r-- | docs/ref/models/fields.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 09f1618275..b343aca6d9 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -356,7 +356,7 @@ respect to the month. Like :attr:`~Field.unique_for_date` and :attr:`~Field.unique_for_month`. ``verbose_name`` -------------------- +---------------- .. attribute:: Field.verbose_name @@ -365,7 +365,7 @@ will automatically create it using the field's attribute name, converting underscores to spaces. See :ref:`Verbose field names <verbose-field-names>`. ``validators`` -------------------- +-------------- .. attribute:: Field.validators @@ -417,7 +417,7 @@ guaranteed to fit numbers from ``-9223372036854775808`` to :class:`~django.forms.TextInput`. ``BinaryField`` -------------------- +--------------- .. class:: BinaryField(**options) |
