django1/django/db
Aymeric Augustin f0c7649b16 Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Thanks jpic for the report and chmodas for working on a patch.

Reverts 2ea80b94. Refs #19362.

Conflicts:
	tests/utils_tests/test_encoding.py
2013-10-13 18:25:21 +02:00
..
backends [1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite. 2013-10-07 10:49:28 +02:00
models Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible. 2013-10-13 18:25:21 +02: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