summaryrefslogtreecommitdiff
path: root/tests/modeltests/fixtures_model_package/tests.py
AgeCommit message (Expand)Author
2012-06-19Removed unneeded u prefixesClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-06Prevented TestNoInitialDataLoading to pollute other tests (Refs #15926)Claude Paroz
2012-06-06Made TestNoInitialDataLoading pass with MySQL (Refs #15926)Claude Paroz
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
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