django1/django/db/backends
Claude Paroz 26ff2be787 Imported getLogger directly from logging module
This was a remainder of some 2.4 compatibility code.
2012-09-20 21:03:24 +02:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql Fixed #18790 -- Encoded database password on Python 2 2012-09-12 10:16:49 +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 Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit. 2012-09-07 15:08:07 -04:00
__init__.py Moved get_primary_key_column implementation to base 2012-09-08 10:24:13 +02:00
creation.py [py3k] Fixed the index creation code that I committed a few minutes ago for py3k. 2012-09-07 15:33:02 -04: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