Corrected docs regarding RegisterLookupMixin subclasses.

This commit is contained in:
Sergey Fedoseev 2018-11-12 20:20:35 +05:00 committed by Tim Graham
parent c7cc7526d5
commit d48662122c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Registration API
Django uses :class:`~lookups.RegisterLookupMixin` to give a class the interface to
register lookups on itself. The two prominent examples are
: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