mirror of
https://github.com/django/django.git
synced 2025-04-12 11:32:20 +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
|
||||
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)
|
||||
|
||||
Returns a :class:`Transform` named ``transform_name``. The default
|
||||
|
Loading…
x
Reference in New Issue
Block a user