django1/django/db/backends
Tim Graham 92c49d6f01 Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields."
This reverts commit 64041f0e6e.

lookup.tests.LookupTests.test_regex_non_string fails under Postgres.
We should also try to rewrite the test using an existing model.
2013-06-11 17:55:19 -04:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
oracle Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
postgresql_psycopg2 Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
sqlite3 Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields." 2013-06-11 17:55:19 -04:00
__init__.py Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
creation.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03: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 Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00