django1/django/db/backends
Alex Gaynor 4285571c5a Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. 2012-11-04 10:16:06 -08:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql Fixed #19176 -- Typo in copy-pasted error message. 2012-10-24 16:21:30 +02:00
oracle Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
postgresql_psycopg2 Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
sqlite3 Fixed #19162 -- Wrong indentation. 2012-10-22 19:23:19 +02:00
__init__.py Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions" 2012-10-10 01:15:29 +03:00
creation.py Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. 2012-11-04 10:16:06 -08: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 Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00