django1/django/db
Anssi Kääriäinen 6781dc6243 [1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping()
The typo could have consequences in exceptional cases, but I didn't
figure out a way to actually produce such a case, so not tests.

Report & patch by Michael Manfre.

Backport of 86c248aa64 from master
2013-10-21 22:10:42 +03: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 #21249 -- variable name typo in compiler.get_grouping() 2013-10-21 22:10:42 +03: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] Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:31:13 +03:00