| Age | Commit message (Expand) | Author |
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz |
| 2012-03-02 | Edited stuff from [17543] to [17629] | Adrian Holovaty |
| 2012-02-19 | Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine... | Aymeric Augustin |
| 2011-12-11 | Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn'... | Aymeric Augustin |
| 2011-11-20 | Fixed #17267 -- Clarified the description of MyISAM's lack of support for for... | Aymeric Augustin |
| 2011-11-13 | Fix #17174: Add note in the supported databases notes that MySQL can't concei... | Karen Tracey |
| 2011-10-14 | Fixed #12308 -- Added tablespace support to the PostgreSQL backend. | Aymeric Augustin |
| 2011-10-14 | Fixed ReST indentation errors introduced in [16983]. Grr. | Luke Plant |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-09-10 | Fixed #16592 -- More test changes and documentation to account for MySQL's ca... | Russell Keith-Magee |
| 2011-08-26 | Clarify the documentation around SQLite and case-sensitive string matching. | Malcolm Tredinnick |
| 2011-08-18 | Fixed #16152 -- Added Sybase Advantage Database Server to the 3rd-party datab... | Gabriel Hurley |
| 2011-08-07 | Fixed #3615: Added support for loading fixtures with forward references on da... | Karen Tracey |
| 2011-06-16 | Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2. | Ramiro Morales |
| 2011-05-29 | Fixed #15992 -- Added more references to settings. Thanks, aaugustin. | Jannis Leidel |
| 2011-04-22 | Fixed #14091 - be more correct about logging queries in connection.queries. | Jacob Kaplan-Moss |
| 2011-04-20 | Fixed #2705: added a `select_for_update()` clause to querysets. | Jacob Kaplan-Moss |
| 2011-03-03 | Added crossref targets for a couple of Django exceptions and cleaned up relat... | Gabriel Hurley |
| 2011-01-22 | Fixed #15141 - remove some deprecated storage engines from the MySQL notes; t... | Timo Graham |
| 2010-12-28 | Fixed #14320 - Add a note about lack of timezone support in MySQL. Thanks Rau... | Timo Graham |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-02 | Fixed grammar and tweaked notes about MySQL database/table collation interact... | Ramiro Morales |
| 2010-12-01 | Fixed #11706: Added an Oracle connection option to disable the use of RETURNI... | Ian Kelly |
| 2010-11-20 | Updated an old workaround described in the Oracle backend notes with more mod... | Ian Kelly |
| 2010-11-19 | Fixed #13351: Added documentation about the cx_Oracle 'threaded' option to th... | Ian Kelly |
| 2010-11-14 | Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th... | Ramiro Morales |
| 2010-10-28 | Corrected to markup problems with docs added for recent features. | Russell Keith-Magee |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-06-21 | Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve... | Russell Keith-Magee |
| 2010-02-24 | Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,... | Joseph Kocherhans |
| 2010-01-28 | Fixed #4140: Documented the ORA-06552 error that can occur when a keyword is ... | Ian Kelly |
| 2009-12-26 | Fixed #9465 -- Simplified API Reference documentation titles for easier looku... | Gary Wilson Jr |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-19 | Fixed #12234 -- Create additional indexes that use the appropriate operation ... | Justin Bronn |
| 2009-08-24 | Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag. | Ian Kelly |
| 2009-07-03 | Fixed #11417 -- Corrected typo in MySQL collation notes. Thanks to vorushin f... | Russell Keith-Magee |
| 2009-06-24 | Fixed #11356 -- Added links to the growing collection of 3rd party database b... | Russell Keith-Magee |
| 2009-05-17 | Fixed #11031 -- Added doc for some additional roles needed when testing Oracl... | Karen Tracey |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10031: updated SQLite database docs to more strongly indicate the prob... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed a silly typo in databases ref. Thanks, Alex. | Jacob Kaplan-Moss |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10575 -- Fixed wording in database docs, patch from rduffield. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-23 | Added 1.1 beta release notes. | Jacob Kaplan-Moss |
| 2009-03-11 | Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend. | Malcolm Tredinnick |
| 2009-03-05 | Clarified documentation regarding Oracle's treatment of nulls and empty strings. | Ian Kelly |
| 2009-02-28 | Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0. | James Bennett |
| 2009-02-02 | Fixed #10142 -- Added docs and an exploding error message to highlight an err... | Russell Keith-Magee |
| 2009-01-29 | Fixed #7210 -- Added F() expressions to query language. See the documentation... | Russell Keith-Magee |