django/django/db
Simon Charette 9fb61cb64a [1.7.x] Fixed #22350 -- Consistently serialize bytes and text in migrations.
Thanks to @treyhunner and Loïc for their suggestions and review.

Backport of 72d3889db4 from master
2014-04-13 19:03:20 -04:00
..
backends [1.7.x] Fixed #21239 -- Maintained atomicity when closing the connection. 2014-04-10 23:18:35 +02:00
migrations [1.7.x] Fixed #22350 -- Consistently serialize bytes and text in migrations. 2014-04-13 19:03:20 -04:00
models [1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for reverse FK. 2014-04-13 00:51:38 +07:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
transaction.py [1.7.x] Improved a comment. Thanks intgr for the report. 2014-04-11 23:03:25 +02:00
utils.py Fixed the last fix for database test settings to work with Python3. 2014-03-09 12:27:12 +02:00