summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
AgeCommit message (Expand)Author
2008-02-28gis: Merged revisions 7105-7168 via svnmerge from trunk.Justin Bronn
2007-10-01gis: Merged revisions 6394-6441 via svnmerge from [repos:django/trunk trunk].Justin Bronn
2007-09-20gis: Merged revisions 6021-6393 via svnmerge from [repos:django/trunk trunk].Justin Bronn
2007-08-26gis: Merged revisions 6000-6020 via svnmerge from [repos:django/trunk trunk].Justin Bronn
2007-08-26gis: Made necessary modifications for unicode, manage refactor, backend refac...Justin Bronn
2007-07-01gis: Merged revisions 5540-5582 via svnmerge from Jeremy Dunck
2007-06-18gis: Merged revisions 4786-5490 via svnmerge from Jeremy Dunck
2007-03-23gis: Merged revisions 4669-4785 via svnmerge from trunk.Jeremy Dunck
2007-03-06gis: Merged revisions 4564-4668 via svnmerge fromJeremy Dunck
2007-01-23Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...Adrian Holovaty
2007-01-03Oops -- reverted accidentally commited material from [4280]Jacob Kaplan-Moss
2007-01-03Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub...Jacob Kaplan-Moss
2007-01-03Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac...Russell Keith-Magee
2006-12-17Fixed #3118 -- Fixed reversed logic in DBAPI regarding handling of empty PKs ...Russell Keith-Magee
2006-10-14Fixes #2737 -- Added code to allow None as a query value for __exact queries,...Russell Keith-Magee
2006-09-25Made ``pk`` a generic expansion for the primary key, rather than just an expa...Russell Keith-Magee
2006-09-21Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro.Malcolm Tredinnick
2006-08-12Fixed ReST error in docs/db-api.txtAdrian Holovaty
2006-08-01Fixed #2465 -- Documented the fact that select_related doesn't follow null=TrueAdrian Holovaty
2006-07-09Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee
2006-07-09Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee
2006-06-27Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss
2006-06-18Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.netAdrian Holovaty
2006-06-14Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntaxMalcolm Tredinnick
2006-06-07Added section to docs/db-api.txt get_or_create() section about GET vs. POSTAdrian Holovaty
2006-06-07Added Manager.get_or_create()Adrian Holovaty
2006-06-03Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...Adrian Holovaty
2006-06-02Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txtAdrian Holovaty
2006-05-22Added 'Overriding default model methods' section to model-api.txtAdrian Holovaty
2006-05-15Fixed #1815: More documentation proof-reading from nico@teknico.net.Malcolm Tredinnick
2006-05-09Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.netAdrian Holovaty
2006-05-06Updated docs regarding QuerySet slicing and IndexError, in line with r2859Luke Plant
2006-05-06Simplified example in 'Limiting QuerySets' section of docs/db-api.txt.Adrian Holovaty
2006-05-06Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.eduAdrian Holovaty
2006-05-05Fixed #1733 -- Clarified docs/db-api.txt section on slicing QuerySets. Thanks...Adrian Holovaty
2006-05-05Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pbAdrian Holovaty
2006-05-03Fixed typos in docs/db-api.txtAdrian Holovaty
2006-05-03Proofread docs/db-api.txtAdrian Holovaty
2006-05-02Fixed some ReST errors in docs/db-api.txtAdrian Holovaty
2006-05-02Fixed some ReST errors in docs/db-api.txtAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-11Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pbAdrian Holovaty
2006-02-10Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric WalstadAdrian Holovaty
2006-02-02Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.comAdrian Holovaty
2006-01-20Added section to docs/db-api.txt about ordering by fields in other tablesAdrian Holovaty
2006-01-15Added 'Comparing objects' section to docs/db-api.txtAdrian Holovaty
2006-01-11Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty
2006-01-09Fixed #1116 -- Fixed two typos in docs. Thanks, ChengAdrian Holovaty
2005-12-28Added note to docs/db-api.txt about using distinct=True with get_values()Adrian Holovaty
2005-12-22Fixed typo in OR syntax example in docs/db-api.txtAdrian Holovaty