summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
AgeCommit message (Expand)Author
2007-09-22Fixed #5565: Corrected small reST error in docs/db-apit.txt. Thanks, gkellyJames Bennett
2007-09-15Fixed #5275 -- Documented QuerySet.iterator(). Thanks, ubernostrumAdrian Holovaty
2007-09-15Fixed #5267 -- Documented that order_by('?') queries can be slowAdrian Holovaty
2007-09-14Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). Thanks...Adrian Holovaty
2007-09-13Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David PaccoudAdrian Holovaty
2007-08-31Made negligible capitalization fix to docs/db-api.txtAdrian Holovaty
2007-08-25Removed incorrect link that slipped in docs/db-api.txt in [6010]Adrian Holovaty
2007-08-25Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile...Adrian Holovaty
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-05Changed some more links to be relative in the documentation. I had a couple ...Gary Wilson Jr
2007-08-04Changed several documentation links to be relative.Gary Wilson Jr
2007-08-01Fixed #5037 -- Fixed use of wrong field type in a db-api docs example, thanks...Gary Wilson Jr
2007-07-25Added 'New in Django development version' to docs/db-api.txt change from [5746]Adrian Holovaty
2007-07-22Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al...Gary Wilson Jr
2007-07-16Fixed #4851 -- Fixed description of an example query in `db-api` docs.Gary Wilson Jr
2007-07-15Edited docs/db-api.txt changes from [5700]Adrian Holovaty
2007-07-15Clarified the documentation on the steps that happen during a save, and how r...Russell Keith-Magee
2007-07-14Edited docs/db-api.txt changes from [5658]Adrian Holovaty
2007-07-12Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-30Edited docs/db-api.txt changes from [5555]Adrian Holovaty
2007-06-27Fixed #4712: added mention of Oracle in docs from [5555]. Thanks, Tom.Jacob Kaplan-Moss
2007-06-27Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.Jacob Kaplan-Moss
2007-06-12Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk.Malcolm Tredinnick
2007-06-11Fixed #3807 -- Some small fixes to a couple of examples. Thanks,Malcolm Tredinnick
2007-06-07Fixed typo in docs/db-api.txt from [5431]Adrian Holovaty
2007-06-07Fixed #4214: added a bit of explicit info on updating FK fields to db-api.txt...Jacob Kaplan-Moss
2007-06-07Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@gmail.com.Jacob Kaplan-Moss
2007-05-26Fixed #4388 -- Documented where the view shortcuts are imported from. Based onMalcolm Tredinnick
2007-05-15Fixed #4303 -- Fixed typos in docs/db-api.txt. Thanks, Gary WilsonAdrian Holovaty
2007-05-15Fixed #4303 -- Fixed typo in docs/db-api.txtAdrian Holovaty
2007-04-28Fixed #4175 -- Fixed a couple of ReST markup errors. Thanks, Matt McClanahan.Malcolm Tredinnick
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
2007-03-08Fixed #3333 -- Made db-api.txt links relative, in line with the other docs.Malcolm Tredinnick
2007-02-28Added note to docs/db-api.txt about 'depth' being new in Django development v...Adrian Holovaty
2007-02-28Added a "depth" argument to select_related() to control how many "levels" of ...Jacob Kaplan-Moss
2007-02-27Fixed #2264: the docs now mention that delete() cascades. Thanks, UbernostrumJacob Kaplan-Moss
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