[2.1.x] Corrected docs regarding RegisterLookupMixin subclasses.
Backport of d48662122c7f539efca3949f4d9fea82416fbb1a from master.
This commit is contained in:
parent
747253ce84
commit
ae35cd3dcb
@ -36,7 +36,7 @@ Registration API
|
|||||||
Django uses :class:`~lookups.RegisterLookupMixin` to give a class the interface to
|
Django uses :class:`~lookups.RegisterLookupMixin` to give a class the interface to
|
||||||
register lookups on itself. The two prominent examples are
|
register lookups on itself. The two prominent examples are
|
||||||
:class:`~django.db.models.Field`, the base class of all model fields, and
|
:class:`~django.db.models.Field`, the base class of all model fields, and
|
||||||
``Aggregate``, the base class of all Django aggregates.
|
:class:`Transform`, the base class of all Django transforms.
|
||||||
|
|
||||||
.. class:: lookups.RegisterLookupMixin
|
.. class:: lookups.RegisterLookupMixin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user