django/docs/topics/db
Alex Gaynor 7deb25b8dd 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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-09 19:22:28 +00:00
..
aggregation.txt
index.txt
managers.txt Fixed #16145 - typo in manager docs; thanks leereilly. 2011-06-04 14:38:45 +00:00
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