django/tests/regressiontests/test_runner
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
..
invalid_app
valid_app
__init__.py
models.py Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the server version is greater than 5.0.12. This allows for much faster testing. 2012-04-24 16:47:31 +00:00
tests.py Fixed #18319 -- Added 'supports_sequence_reset' DB feature 2012-05-22 23:51:05 +03:00