diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-03-20 23:30:32 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-20 18:31:28 -0400 |
| commit | 3b4947e7ba8eed175dc7497c28a9d19da9777de5 (patch) | |
| tree | 967305e05d37a7d630c8d333b80f9dc268a9f7d5 /docs/ref/models/fields.txt | |
| parent | e0ddfa3af30e8e0328cef17fd424c4337efec58e (diff) | |
[1.11.x] Removed extra characters in docs header underlines.
Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master
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) |
