django/docs/ref/models
Anssi Kääriäinen 049eebc070 Merge branch 'master' into lookups_3
Conflicts:
	django/db/models/fields/__init__.py
	django/db/models/sql/compiler.py
	django/db/models/sql/query.py
	tests/null_queries/tests.py
2013-12-21 22:53:10 +02:00
..
fields.txt Fixed #21632 -- Docs: Removed example with callable as query parameter 2013-12-18 12:37:11 -05:00
index.txt Consolidated documentation for F() and Q() 2013-09-06 12:57:25 -05:00
instances.txt Consolidated documentation for F() and Q() 2013-09-06 12:57:25 -05:00
lookups.txt Minor cleanup of Lookup API 2013-12-01 02:24:48 +02:00
options.txt Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs. 2013-11-21 15:12:39 +01:00
queries.txt Fixed #17001 -- Custom querysets for prefetch_related. 2013-11-07 14:49:49 +02:00
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