1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #22812 -- Refactored lookup API documentation.

Thanks Anssi and Tim for reviews.
This commit is contained in:
Jorge C. Leitão
2014-06-11 17:09:10 +02:00
committed by Tim Graham
parent 503e59c9b0
commit 8780849da0
8 changed files with 223 additions and 153 deletions

View File

@@ -277,7 +277,7 @@ to ``DateField`` it is possible to filter on the transformed value, for
example ``qs.filter(author__birthdate__year__lte=1981)``.
For more information about both custom lookups and transforms refer to
:doc:`custom lookups </ref/models/custom-lookups>` documentation.
:doc:`custom lookups </howto/custom-lookups>` documentation.
Improvements to ``Form`` error handling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~