| Age | Commit message (Expand) | Author |
| 2012-03-13 | Fixed #17882 (again) -- Updated the database connections' time zone when time... | Aymeric Augustin |
| 2012-02-11 | Fixed #15216 -- Made return type of an internal DB introspection method consi... | Ramiro Morales |
| 2011-12-22 | Added support for modifying the effect of ``DISTINCT`` clauses so they | Ramiro Morales |
| 2011-12-16 | Ensured that thread-shareability gets validated when closing a PostgreSQL or ... | Julien Phalip |
| 2011-12-16 | Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django... | Julien Phalip |
| 2011-12-05 | Fixed #17335 -- Added supports_select_related hook for django-nonrel. Thanks,... | Adrian Holovaty |
| 2011-11-18 | Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. | Aymeric Augustin |
| 2011-10-14 | Fixed #12308 -- Added tablespace support to the PostgreSQL backend. | Aymeric Augustin |
| 2011-10-13 | Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p... | Aymeric Augustin |
| 2011-10-05 | Very small docstring correction. | Luke Plant |
| 2011-09-09 | Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ... | Alex Gaynor |
| 2011-08-07 | Fixed #3615: Added support for loading fixtures with forward references on da... | Karen Tracey |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-04-20 | Fixed #2705: added a `select_for_update()` clause to querysets. | Jacob Kaplan-Moss |
| 2011-04-05 | Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ... | Ramiro Morales |
| 2011-03-08 | Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ... | Ian Kelly |
| 2011-02-12 | Fixed #9964 -- Ensure that all database operations make transactions dirty, n... | Russell Keith-Magee |
| 2011-02-12 | Changeset r15232 refactored transactions so that all transaction state is mai... | Russell Keith-Magee |
| 2011-02-01 | Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ... | Russell Keith-Magee |
| 2011-01-17 | Refactor all uses of thread locals to be more consistant and sane. | Alex Gaynor |
| 2011-01-12 | 2 small optimizations: a) move an import out of a function, b) remove a cache... | Alex Gaynor |
| 2010-12-22 | Fixed #10154: Allow combining F expressions with timedelta values. | Karen Tracey |
| 2010-12-03 | Added a regression test for r14781. Also fixed a bug where connection.vendor... | Ian Kelly |
| 2010-11-19 | Corrected the way databases were compared. This allows running the test suit... | Alex Gaynor |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-02 | Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second ... | Alex Gaynor |
| 2010-10-31 | When looking for django tables which exist, query for all tables once, not on... | Alex Gaynor |
| 2010-10-28 | Fixed #14517 -- Corrected the exception that is caught when testing for the a... | Russell Keith-Magee |
| 2010-10-19 | Fixed a small typo introduced in r14139. | Ramiro Morales |
| 2010-10-12 | Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func... | Alex Gaynor |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-09-16 | Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lo... | Ian Kelly |
| 2010-05-28 | Fixed #13656 -- Ensure that the management commands use the right database fo... | Russell Keith-Magee |
| 2010-04-04 | Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin... | Russell Keith-Magee |
| 2010-03-10 | Fixed #12976 -- Fixed the sequence reset commands issued by sqlflush in a mul... | Russell Keith-Magee |
| 2010-03-09 | Changed last_executed_query to avoid raising exceptions on non-utf8-encoded p... | Karen Tracey |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-08-21 | Fixed #11049: introspection on Oracle now identifies IntegerFields correctly. | Matt Boersma |
| 2009-04-13 | Fixed #9804 -- Corrected the introspection of sequence names. This was causin... | Russell Keith-Magee |
| 2009-04-11 | Fixed #10450 -- Fixed an initialisation problem in the savepoint code. | Malcolm Tredinnick |
| 2009-03-13 | Fixed #10488: fixed DB cache backend test failures in Oracle. | Ian Kelly |
| 2009-03-12 | Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements. | Ian Kelly |
| 2009-03-11 | Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend. | Malcolm Tredinnick |
| 2009-03-11 | Fixed #10459 -- Refactored the internals of database connection objects so th... | Adrian Holovaty |
| 2009-03-10 | Removed a FIXME from the queryset-refactor days. | Malcolm Tredinnick |
| 2009-03-09 | Fixed #3163 -- Add a "Meta.managed" option to models. | Malcolm Tredinnick |
| 2009-02-24 | Fixed #10161 -- Modified evaluation of query expressions to allow for operato... | Russell Keith-Magee |
| 2009-02-02 | Fixed #10142 -- Added docs and an exploding error message to highlight an err... | Russell Keith-Magee |
| 2009-01-15 | Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio... | Russell Keith-Magee |
| 2008-12-10 | If an SQL query doesn't specify any ordering, avoid the implicit sort | Malcolm Tredinnick |