1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/topics/db
2009-09-23 23:40:12 +00:00
..
aggregation.txt
index.txt
managers.txt
models.txt Fixed #11137 -- Add missing base class in proxy model extra managers doc. Thanks ekarulf. 2009-05-18 15:36:18 +00:00
queries.txt Fixed #11931: Removed mention of nonexistent get_sql() method for arguments to limit_choices_to. Since the correct reference involves undocumented ORM internals, this simply removes the reference entirely in favor of publicly-documented use of Q objects. 2009-09-23 23:40:12 +00:00
sql.txt Fixed #9919 -- Added note on the need to mark transactions as dirty when using raw SQL. 2009-06-17 13:47:39 +00:00
transactions.txt