summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-04 14:32:24 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-04 14:36:54 +0200
commitf34655d75695732ee17ee385649113131b802125 (patch)
treee798bf69573e978d0f0dd65257dc32df1e92027b /docs
parenta1083805acc952419752bc8fd860bfda83af42d2 (diff)
[4.1.x] Corrected heading level of "Registering and fetching lookups" section in docs.
Backport of 753602d0c65de4767310bfe4957e489eb94c6517 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 194bff57be..57c018f4b3 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -516,13 +516,6 @@ underscores to spaces. See :ref:`Verbose field names <verbose-field-names>`.
A list of validators to run for this field. See the :doc:`validators
documentation </ref/validators>` for more information.
-Registering and fetching lookups
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-``Field`` implements the :ref:`lookup registration API <lookup-registration-api>`.
-The API can be used to customize which lookups are available for a field class, and
-how lookups are fetched from a field.
-
.. _model-field-types:
Field types
@@ -2242,6 +2235,13 @@ Field API reference
This method must be added to fields prior to 1.7 to migrate its data
using :doc:`/topics/migrations`.
+Registering and fetching lookups
+================================
+
+``Field`` implements the :ref:`lookup registration API <lookup-registration-api>`.
+The API can be used to customize which lookups are available for a field class, and
+how lookups are fetched from a field.
+
.. _model-field-attributes:
=========================