File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,13 @@ on the ``recipes`` collection:
198198Advanced Index Configuration
199199----------------------------
200200
201+ This section shows how to create the following advanced
202+ index types:
203+
204+ - :ref:`django-indexes-partial`
205+ - :ref:`django-indexes-unique`
206+ - :ref:`django-indexes-functions`
207+
201208.. _django-indexes-partial:
202209
203210Partial Indexes
@@ -274,10 +281,10 @@ creates a unique compound index on these fields:
274281 To learn more about the ``Meta`` class's ``constraint`` option, see `Constraints
275282 <{+django-docs+}/ref/models/constraints/>`__ in the Django documentation.
276283
277- .. _django-indexes-expressions :
284+ .. _django-indexes-functions :
278285
279- Index Expressions
280- ~~~~~~~~~~~~~~~~~
286+ Function Indexes
287+ ~~~~~~~~~~~~~~~~
281288
282289To create indexes on expressions and database functions, pass the
283290``expressions`` argument to the ``models.Index()`` method. When using
You can’t perform that action at this time.
0 commit comments