django1/django/db/backends
Aymeric Augustin c736a1a9f8 Fixed #19176 -- Typo in copy-pasted error message.
Thanks maxirobaina for the report.
2012-10-24 16:21:30 +02: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 Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02: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 #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +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