1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/docs/topics/db
2011-09-09 19:22:28 +00:00
..
aggregation.txt
index.txt
managers.txt
models.txt Converted links to external topics so they use intersphinx extension markup. 2011-09-04 21:17:30 +00:00
multi-db.txt
optimization.txt Fixed #7596. Added Model.objects.bulk_create, and make use of it in several places. This provides a performance benefit when inserting multiple objects. THanks to Russ for the review, and Simon Meers for the MySQl implementation. 2011-09-09 19:22:28 +00:00
queries.txt Added a bit to 'Saving ManyToMany Fields' explicitly explaining how to add multiple relations in one statement 2011-08-26 04:34:40 +00:00
sql.txt Converted links to external topics so they use intersphinx extension markup. 2011-09-04 21:17:30 +00:00
transactions.txt Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. 2011-06-09 20:01:28 +00:00