django1/django/db/backends
Russell Keith-Magee 8911754555 Deprecated the psycopg-based postgresql database backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-02 08:39:08 +00:00
..
dummy Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r15493. Thanks to mp for the report. 2011-02-14 00:07:09 +00:00
mysql Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't differentiate a foreign key from an integer. 2011-02-01 14:42:52 +00:00
oracle Fixed another case-sensitivity bug in Oracle introspection. This one was harmless, but it was causing an irritating test failure. 2011-03-09 22:45:20 +00:00
postgresql_psycopg2 Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00
sqlite3 Simplified sqlite backend ImproperlyConfigured check now that we don't support Python 2.4 2011-03-28 02:27:05 +00:00
__init__.py Added a skip for a test that fails in Oracle. Unlike other backends, Oracle does not allow duplicate rows where there is a unique_together constraint for which some but not all of the columns are NULL. 2011-03-08 22:41:25 +00:00
creation.py Removed deprecated DB backend functions for creating m2m tables. 2011-04-02 08:38:25 +00: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 Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00