django1/django/db/backends
Shai Berger ceadc94f09 Fixed #24307: Avoided redundant column nullability modifications on Oracle
Thanks Joris Benschop for the report, and Tim Graham for the tests.
2015-02-19 02:39:41 +02:00
..
base Fixed #24307: Avoided redundant column nullability modifications on Oracle 2015-02-19 02:39:41 +02:00
dummy Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
mysql Removed unused foreign_key_re variables in MySQL/Oracle DB backends 2015-02-18 10:22:30 -05:00
oracle Removed unused foreign_key_re variables in MySQL/Oracle DB backends 2015-02-18 10:22:30 -05:00
postgresql_psycopg2 Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres). 2015-02-16 18:07:27 -05:00
sqlite3 Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing. 2015-02-17 08:09:46 -05: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
utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00