summaryrefslogtreecommitdiff
path: root/tests/modeltests/fixtures_model_package/tests.py
AgeCommit message (Expand)Author
2011-11-27Changed the fixtures used to test the 'initial_data' feature so they don't co...Aymeric Augustin
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2010-09-10Pass commit=False to loaddata in tests, which will keep the DB connection ope...Karen Tracey
2010-08-23Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to...Russell Keith-Magee