django1/django/db/backends
Anssi Kääriäinen 0df4593f0e Fixed #18319 -- Added 'supports_sequence_reset' DB feature
Added a new feature to allow 3rd party backends to skip tests which
test sequence resetting.

Thanks to manfre for report and patch.
2012-05-22 23:51:05 +03:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql Made get_indexes() consistent across backends. 2012-04-30 14:30:29 +03:00
oracle Fixed #18319 -- Added 'supports_sequence_reset' DB feature 2012-05-22 23:51:05 +03:00
postgresql_psycopg2 Made get_indexes() consistent across backends. 2012-04-30 14:30:29 +03:00
sqlite3 Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
__init__.py Fixed #18319 -- Added 'supports_sequence_reset' DB feature 2012-05-22 23:51:05 +03:00
creation.py Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02: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 #10320 -- Made it possible to use executemany with iterators. Thanks MockSoul for the report. 2012-01-22 16:41:20 +00:00