django1/django/db/backends
Russell Keith-Magee 670f4d9628 Fixed #15327 -- Modified the Oracle test database signature method to allow for the case where TEST_USER is unspecified. Thanks to depaolim for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-19 07:41:17 +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 #15327 -- Modified the Oracle test database signature method to allow for the case where TEST_USER is unspecified. Thanks to depaolim for the report. 2011-02-19 07:41:17 +00:00
postgresql Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
postgresql_psycopg2 Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review. 2010-11-09 16:46:42 +00:00
sqlite3 Fixed #15173 -- fixed the tests when run under pypy. 2011-01-27 00:00:32 +00:00
__init__.py Fixed #9964 -- Ensure that all database operations make transactions dirty, not just write operations. Many thanks to Shai Berger for his work and persistence on this issue. 2011-02-12 13:03:34 +00:00
creation.py Fixed #15029 -- Moved to database backends the ability to decide if two DATABASES items are different when creating temporary databases for tests. 2011-02-02 14:02:14 +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 Fixed #15297 -- Corrected an attribute naming regressoin from fixing #9964. Thanks to leonov for the report. 2011-02-14 00:06:52 +00:00