django1/django/db
Loic Bistuer 67c30426c1 [1.6.x] Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.
Thanks Enrique Martínez for the report and @bmispelon for the tests.

Backport of 17ed99f3a3 from master.
2013-11-14 21:39:24 +01:00
..
backends [1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite. 2013-10-07 10:49:28 +02:00
models [1.6.x] Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning. 2013-11-14 21:39:24 +01:00
__init__.py Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter 2013-05-23 15:19:12 +02:00
transaction.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 10:14:22 +02:00
utils.py [1.6.x] Removed relative usage of import_module 2013-10-26 23:22:21 +02:00