django1/django/db
Tim Graham f8c3d38c2d [1.8.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True.
Thanks Simon Charette for review.

Backport of 56aaae58a7 from master
2016-01-08 14:47:05 -05:00
..
backends [1.8.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True. 2016-01-08 14:47:05 -05:00
migrations [1.8.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state. 2015-12-15 14:55:05 -05:00
models [1.8.x] Fixed #25316 -- Fixed a crash with order_by() and values() after annotate(). 2016-01-02 08:20:07 -05:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py [1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:31:13 +02:00
utils.py [1.8.x] Fixed #25686 -- Fixed crash on routers without an allow_migrate() method. 2015-11-09 10:50:02 -05:00