django1/docs/topics/db
James Bennett 23b7758f75 Fixed #16293: Document a way to return dicts with column names from a DB cursor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11 05:37:55 +00:00
..
aggregation.txt Fixed #16014 -- numerous documentation typos -- thanks psmith. 2011-05-13 04:33:42 +00:00
index.txt Added crossref targets for a couple of Django exceptions and cleaned up related reST markup. 2011-03-03 19:31:10 +00:00
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 Fixed #15710 - removed "that that" typos. 2011-03-29 10:24:42 +00:00
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 Fixed #16293: Document a way to return dicts with column names from a DB cursor. 2011-09-11 05:37:55 +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