django/docs/topics/db
Julien Phalip fd90453462 Fixed #16742 -- Provided code examples in the models documentation for accessing extra fields on many-to-many relationships. Many thanks to aj for the suggestion and to Nick Lang for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11 19:28:18 +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 Fixed #16742 -- Provided code examples in the models documentation for accessing extra fields on many-to-many relationships. Many thanks to aj for the suggestion and to Nick Lang for the patch. 2011-09-11 19:28:18 +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 Fixed #16742 -- Provided code examples in the models documentation for accessing extra fields on many-to-many relationships. Many thanks to aj for the suggestion and to Nick Lang for the patch. 2011-09-11 19:28:18 +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