django/tests/transactions_regress
Florian Apolloner 4fcc1e4ad8 Stopped a test from executing queries at the module level.
Currently module level queries are executed against the real database
(specified in NAME) instead of the test database; since it is to late
to fix this for 1.6, we at least ensures stable builds. Refs #21443.
2013-09-22 23:02:35 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #16649 -- Refactored save_base logic 2013-03-14 11:01:47 +02:00
tests.py Stopped a test from executing queries at the module level. 2013-09-22 23:02:35 +02:00