mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23627 -- Allowed register_lookup to work as a decorator.
This commit is contained in:
@@ -299,6 +299,9 @@ Models
|
||||
* ``extra(select={...})`` now allows you to escape a literal ``%s`` sequence
|
||||
using ``%%s``.
|
||||
|
||||
* :doc:`Custom Lookups</howto/custom-lookups>` can now be registered using
|
||||
a decorator pattern.
|
||||
|
||||
Signals
|
||||
^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user