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 | |
| parent | e0ddfa3af30e8e0328cef17fd424c4337efec58e (diff) | |
[1.11.x] Removed extra characters in docs header underlines.
Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/sitemaps.txt | 2 | ||||
| -rw-r--r-- | docs/ref/databases.txt | 2 | ||||
| -rw-r--r-- | docs/ref/models/fields.txt | 6 | ||||
| -rw-r--r-- | docs/ref/models/indexes.txt | 2 | ||||
| -rw-r--r-- | docs/ref/models/options.txt | 2 | ||||
| -rw-r--r-- | docs/ref/settings.txt | 4 |
8 files changed, 11 insertions, 11 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index d5d0bd4e0f..ad057df8a9 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -15,7 +15,7 @@ API reference ============= ``CheckMessage`` ------------------ +---------------- .. class:: CheckMessage(level, msg, hint=None, obj=None, id=None) diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index ace974f13a..42a131437a 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -53,7 +53,7 @@ would for any other project. We provide some tips for selected databases: * :doc:`install/spatialite` Create a New Project ------------------------- +-------------------- Use the standard ``django-admin`` script to create a project called ``geodjango``: diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index 16b1855c99..cbebfb7fbf 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -420,7 +420,7 @@ rendering. For more details, see the :doc:`TemplateResponse documentation </ref/template-response>`. Context variables ------------------- +----------------- When customizing the templates for the :func:`~django.contrib.sitemaps.views.index` and diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 6e3694695e..8032c36045 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -628,7 +628,7 @@ specific to SQLite that you should be aware of. .. _sqlite-string-matching: Substring matching and case sensitivity ------------------------------------------ +--------------------------------------- For all SQLite versions, there is some slightly counter-intuitive behavior when attempting to match some types of strings. These are triggered when using the 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) 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 5d385adf24..0e885dfae6 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -330,7 +330,7 @@ Django quotes column and table names behind the scenes. human_readable_permission_name)``. ``default_permissions`` ------------------------------- +----------------------- .. attribute:: Options.default_permissions diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 6cab03f3c2..f585f8cf04 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1492,7 +1492,7 @@ Monday and so on. .. setting:: FIXTURE_DIRS ``FIXTURE_DIRS`` ------------------ +---------------- Default: ``[]`` (Empty list) @@ -1983,7 +1983,7 @@ See :tfilter:`allowed date format strings <date>`. See also .. setting:: NUMBER_GROUPING ``NUMBER_GROUPING`` --------------------- +------------------- Default: ``0`` |
