0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/ref/models
Kevin Christopher Henry d34c8c338a Fixed #21632 -- Docs: Removed example with callable as query parameter
Using callables as query parameters is undocumented and not working,
so this changes an example from the ForeignKey.limit_choices_to
documentation that uses it.
2013-12-18 12:37:11 -05:00
..
fields.txt Fixed #21632 -- Docs: Removed example with callable as query parameter 2013-12-18 12:37:11 -05:00
index.txt
instances.txt
options.txt
queries.txt
querysets.txt Fixed #21552 -- Allowed the use of None for the iexact lookup. 2013-12-18 09:34:53 -05:00
relations.txt Added a bulk option to RelatedManager remove() and clear() methods 2013-11-27 19:45:22 +02:00