Skip to content

Commit

Permalink
Corrected docs regarding RegisterLookupMixin subclasses.
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored and timgraham committed Nov 12, 2018
1 parent c7cc752 commit d486621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/lookups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d486621

Please sign in to comment.