django1/django/db/backends
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
..
base [1.8.x] Updated references to the TEST_* database settings. 2015-09-05 20:31:22 +02:00
dummy [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
mysql [1.8.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small)IntegerField on MySQL. 2015-11-24 11:10:23 -05:00
oracle [1.8.x] Fixed #25421 -- Fixed test --keepdb option on Oracle. 2015-09-26 19:52:09 -04:00
postgresql_psycopg2 [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
sqlite3 [1.8.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names. 2015-10-06 12:33:24 -04:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00