django/django/db/backends
Claude Paroz 8d7a48027e Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Thanks adityagupta104 for the report and Tim Graham for the review.
2014-12-04 21:27:42 +01:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #16731 -- Made pattern lookups work properly with F() expressions 2014-11-28 12:50:42 +02:00
oracle Fixed #16731 -- Made pattern lookups work properly with F() expressions 2014-11-28 12:50:42 +02:00
postgresql_psycopg2 Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations 2014-12-04 21:27:42 +01:00
sqlite3 Fixed #23880 -- Added missing index_together handling for SQLite 2014-12-01 11:30:33 +07:00
__init__.py Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
creation.py Fixed #23652 -- Restored database name after destroying test database 2014-10-24 17:04:43 +02:00
schema.py Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations 2014-12-04 21:27:42 +01: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 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #22879 -- Intercept errors coming from cursor.__next__() 2014-10-27 14:51:40 +02:00