mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Backport of a67ebcb1cbd37e1fc9eddd2da1dda7f319c5ac1d from master
This commit is contained in:
parent
0cfca0f2cc
commit
a004350193
@ -57,6 +57,11 @@ register lookups on itself. The two prominent examples are
|
|||||||
and checks if any has a registered lookup named ``lookup_name``, returning
|
and checks if any has a registered lookup named ``lookup_name``, returning
|
||||||
the first match.
|
the first match.
|
||||||
|
|
||||||
|
.. method:: get_lookups()
|
||||||
|
|
||||||
|
Returns a dictionary of each lookup name registered in the class mapped
|
||||||
|
to the :class:`Lookup` class.
|
||||||
|
|
||||||
.. method:: get_transform(transform_name)
|
.. method:: get_transform(transform_name)
|
||||||
|
|
||||||
Returns a :class:`Transform` named ``transform_name``. The default
|
Returns a :class:`Transform` named ``transform_name``. The default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user