1
0
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:
Marc Tamlyn
2014-10-09 17:04:50 +01:00
parent d6a87eefd8
commit 92a17eaae0
5 changed files with 22 additions and 14 deletions

View File

@@ -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
^^^^^^^