summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/fields.txt6
-rw-r--r--docs/ref/models/indexes.txt2
-rw-r--r--docs/ref/models/options.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 983bef2c80..439bf4283c 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
@@ -415,7 +415,7 @@ guaranteed to fit numbers from ``-9223372036854775808`` to
:class:`~django.forms.TextInput`.
``BinaryField``
--------------------
+---------------
.. class:: BinaryField(**options)
diff --git a/docs/ref/models/indexes.txt b/docs/ref/models/indexes.txt
index 999513c9d6..1b2af670d7 100644
--- a/docs/ref/models/indexes.txt
+++ b/docs/ref/models/indexes.txt
@@ -28,7 +28,7 @@ options`_.
Creates an index (B-Tree) in the database.
``fields``
------------
+----------
.. attribute:: Index.fields
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index 182c2f6c45..e6e9348052 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -302,7 +302,7 @@ Django quotes column and table names behind the scenes.
human_readable_permission_name)``.
``default_permissions``
-------------------------------
+-----------------------
.. attribute:: Options.default_permissions