| Age | Commit message (Expand) | Author |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |
| 2008-08-23 | Fixed #8388: Corrected documentation for SortedDict use in extra() | James Bennett |
| 2008-08-17 | Changed the (internal) way extra(select=.., select_params=...) handling is done | Malcolm Tredinnick |
| 2008-08-16 | Fixed #6915: Documented the fact that QuerySet.delete() may not call delete()... | James Bennett |
| 2008-08-15 | Fixed #8154: Added note to docs/db-api.txt indicating that reverse() is only ... | James Bennett |
| 2008-08-12 | Changed "exact" matches in MySQL to use the database's native collation. | Malcolm Tredinnick |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-09 | Added the ability to force an SQL insert (or force an update) via a model's | Malcolm Tredinnick |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #7546 -- Fixed an incorrect example in the docs that was misleading some | Malcolm Tredinnick |
| 2008-07-29 | Added a clarification to the docs about filtering across nullable intermediate | Malcolm Tredinnick |
| 2008-07-25 | Fixed #7937 -- Corrected typo in layout of db docs. Thanks to John Scott for ... | Russell Keith-Magee |
| 2008-07-22 | Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u... | Adrian Holovaty |
| 2008-07-19 | Modified [7999] based on some feedback from Marty Alchin. | Malcolm Tredinnick |
| 2008-07-19 | Added a cavaet to the use of get_FOO_filename() and get_FOO_url(). This | Malcolm Tredinnick |
| 2008-07-11 | Documented that the update() method on querysets is a direct SQL call, not the | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are me... | Malcolm Tredinnick |
| 2008-06-26 | Various documentation edits | Adrian Holovaty |
| 2008-06-21 | Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis <gl... | Russell Keith-Magee |
| 2008-06-14 | Fixed some stale documentation that was advising against the use of OneToOneF... | Russell Keith-Magee |
| 2008-06-12 | Fixed #7327 -- Added documentation and test case for defining subqueries. Tha... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7260 -- Corrected the description of the exception returned by get() w... | Russell Keith-Magee |
| 2008-04-28 | Added the ability to pickle and unpickle QuerySets and Query classes. | Malcolm Tredinnick |
| 2008-04-28 | Edited some docs/db-api.txt changes | Adrian Holovaty |
| 2008-04-27 | Made a bunch of spelling corrections. | Malcolm Tredinnick |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-26 | Removed the ado_mssql database backend. | Malcolm Tredinnick |
| 2008-03-20 | Changed the indenting level on a couple of subsections, since they're not | Malcolm Tredinnick |
| 2008-02-18 | Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@frag... | Malcolm Tredinnick |
| 2007-09-22 | Fixed #5565: Corrected small reST error in docs/db-apit.txt. Thanks, gkelly | James Bennett |
| 2007-09-15 | Fixed #5275 -- Documented QuerySet.iterator(). Thanks, ubernostrum | Adrian Holovaty |
| 2007-09-15 | Fixed #5267 -- Documented that order_by('?') queries can be slow | Adrian Holovaty |
| 2007-09-14 | Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). Thanks... | Adrian Holovaty |
| 2007-09-13 | Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David Paccoud | Adrian Holovaty |
| 2007-08-31 | Made negligible capitalization fix to docs/db-api.txt | Adrian Holovaty |
| 2007-08-25 | Removed incorrect link that slipped in docs/db-api.txt in [6010] | Adrian Holovaty |
| 2007-08-25 | Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile... | Adrian Holovaty |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-08-05 | Changed some more links to be relative in the documentation. I had a couple ... | Gary Wilson Jr |
| 2007-08-04 | Changed several documentation links to be relative. | Gary Wilson Jr |
| 2007-08-01 | Fixed #5037 -- Fixed use of wrong field type in a db-api docs example, thanks... | Gary Wilson Jr |
| 2007-07-25 | Added 'New in Django development version' to docs/db-api.txt change from [5746] | Adrian Holovaty |
| 2007-07-22 | Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al... | Gary Wilson Jr |
| 2007-07-16 | Fixed #4851 -- Fixed description of an example query in `db-api` docs. | Gary Wilson Jr |
| 2007-07-15 | Edited docs/db-api.txt changes from [5700] | Adrian Holovaty |
| 2007-07-15 | Clarified the documentation on the steps that happen during a save, and how r... | Russell Keith-Magee |
| 2007-07-14 | Edited docs/db-api.txt changes from [5658] | Adrian Holovaty |
| 2007-07-12 | Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ... | Russell Keith-Magee |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-01 | Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. | Adrian Holovaty |