summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...Adrian Holovaty2007-01-231-0/+15
* Oops -- reverted accidentally commited material from [4280]Jacob Kaplan-Moss2007-01-031-72/+6
* Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub...Jacob Kaplan-Moss2007-01-031-6/+72
* Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac...Russell Keith-Magee2007-01-031-0/+40
* Fixed #3118 -- Fixed reversed logic in DBAPI regarding handling of empty PKs ...Russell Keith-Magee2006-12-171-3/+3
* Fixes #2737 -- Added code to allow None as a query value for __exact queries,...Russell Keith-Magee2006-10-141-5/+16
* Made ``pk`` a generic expansion for the primary key, rather than just an expa...Russell Keith-Magee2006-09-251-1/+9
* Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro.Malcolm Tredinnick2006-09-211-1/+1
* Fixed ReST error in docs/db-api.txtAdrian Holovaty2006-08-121-10/+11
* Fixed #2465 -- Documented the fact that select_related doesn't follow null=TrueAdrian Holovaty2006-08-011-0/+3
* Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee2006-07-091-5/+11
* Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee2006-07-091-10/+21
* Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss2006-06-271-0/+18
* Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.netAdrian Holovaty2006-06-181-1/+1
* Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntaxMalcolm Tredinnick2006-06-141-1/+1
* Added section to docs/db-api.txt get_or_create() section about GET vs. POSTAdrian Holovaty2006-06-071-3/+14
* Added Manager.get_or_create()Adrian Holovaty2006-06-071-0/+47
* Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...Adrian Holovaty2006-06-031-0/+9
* Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txtAdrian Holovaty2006-06-021-0/+20
* Added 'Overriding default model methods' section to model-api.txtAdrian Holovaty2006-05-221-1/+1
* Fixed #1815: More documentation proof-reading from nico@teknico.net.Malcolm Tredinnick2006-05-151-3/+3
* Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.netAdrian Holovaty2006-05-091-1/+1
* Updated docs regarding QuerySet slicing and IndexError, in line with r2859Luke Plant2006-05-061-4/+4
* Simplified example in 'Limiting QuerySets' section of docs/db-api.txt.Adrian Holovaty2006-05-061-4/+11
* Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.eduAdrian Holovaty2006-05-061-1/+1
* Fixed #1733 -- Clarified docs/db-api.txt section on slicing QuerySets. Thanks...Adrian Holovaty2006-05-051-7/+34
* Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pbAdrian Holovaty2006-05-051-8/+8
* Fixed typos in docs/db-api.txtAdrian Holovaty2006-05-031-2/+2
* Proofread docs/db-api.txtAdrian Holovaty2006-05-031-174/+250
* Fixed some ReST errors in docs/db-api.txtAdrian Holovaty2006-05-021-1/+1
* Fixed some ReST errors in docs/db-api.txtAdrian Holovaty2006-05-021-33/+25
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-430/+1238
* Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pbAdrian Holovaty2006-04-111-2/+2
* Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric WalstadAdrian Holovaty2006-02-101-1/+1
* Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.comAdrian Holovaty2006-02-021-1/+1
* Added section to docs/db-api.txt about ordering by fields in other tablesAdrian Holovaty2006-01-201-0/+5
* Added 'Comparing objects' section to docs/db-api.txtAdrian Holovaty2006-01-151-0/+19
* Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty2006-01-111-2/+0
* Fixed #1116 -- Fixed two typos in docs. Thanks, ChengAdrian Holovaty2006-01-091-1/+1
* Added note to docs/db-api.txt about using distinct=True with get_values()Adrian Holovaty2005-12-281-1/+5
* Fixed typo in OR syntax example in docs/db-api.txtAdrian Holovaty2005-12-221-1/+1
* reverted changes from [1534] and [1536] regarding ticket #966Georg Bauer2005-12-041-45/+39
* added documentation for the query kwargs introduced by [1534]Georg Bauer2005-12-041-39/+45
* Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty2005-11-301-0/+36
* Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtekAdrian Holovaty2005-11-221-1/+1
* Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...Adrian Holovaty2005-11-101-0/+6
* Improved docs/db-api.txt to specify that case-sensitive ordering isn't supportedAdrian Holovaty2005-11-021-0/+4
* Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se...Adrian Holovaty2005-11-011-8/+7
* Improved docs/db-api.txt to say add_FOO() methods always return the newly-cre...Adrian Holovaty2005-10-101-2/+3
* Clarified get_FOO_list part of docs/db-api.txt to specify keyword arguments a...Adrian Holovaty2005-10-051-0/+5