summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-23Fixed #8388: Corrected documentation for SortedDict use in extra()James Bennett
2008-08-17Changed the (internal) way extra(select=.., select_params=...) handling is doneMalcolm Tredinnick
2008-08-16Fixed #6915: Documented the fact that QuerySet.delete() may not call delete()...James Bennett
2008-08-15Fixed #8154: Added note to docs/db-api.txt indicating that reverse() is only ...James Bennett
2008-08-12Changed "exact" matches in MySQL to use the database's native collation.Malcolm Tredinnick
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-09Added the ability to force an SQL insert (or force an update) via a model'sMalcolm Tredinnick
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-08-08Fixed #7546 -- Fixed an incorrect example in the docs that was misleading someMalcolm Tredinnick
2008-07-29Added a clarification to the docs about filtering across nullable intermediateMalcolm Tredinnick
2008-07-25Fixed #7937 -- Corrected typo in layout of db docs. Thanks to John Scott for ...Russell Keith-Magee
2008-07-22Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u...Adrian Holovaty
2008-07-19Modified [7999] based on some feedback from Marty Alchin.Malcolm Tredinnick
2008-07-19Added a cavaet to the use of get_FOO_filename() and get_FOO_url(). ThisMalcolm Tredinnick
2008-07-11Documented that the update() method on querysets is a direct SQL call, not theMalcolm Tredinnick
2008-06-30Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are me...Malcolm Tredinnick
2008-06-26Various documentation editsAdrian Holovaty
2008-06-21Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis <gl...Russell Keith-Magee
2008-06-14Fixed some stale documentation that was advising against the use of OneToOneF...Russell Keith-Magee
2008-06-12Fixed #7327 -- Added documentation and test case for defining subqueries. Tha...Russell Keith-Magee
2008-05-29Fixed #7260 -- Corrected the description of the exception returned by get() w...Russell Keith-Magee
2008-04-28Added the ability to pickle and unpickle QuerySets and Query classes.Malcolm Tredinnick
2008-04-28Edited some docs/db-api.txt changesAdrian Holovaty
2008-04-27Made a bunch of spelling corrections.Malcolm Tredinnick
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-03-26Removed the ado_mssql database backend.Malcolm Tredinnick
2008-03-20Changed the indenting level on a couple of subsections, since they're notMalcolm Tredinnick
2008-02-18Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@frag...Malcolm Tredinnick
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