summaryrefslogtreecommitdiff
path: root/tests/model_regress/test_pickle.py
AgeCommit message (Expand)Author
2015-02-23[1.8.x] Normalized usage of the tempfile module.Aymeric Augustin
2015-02-17[1.8.x] Fixed "environment can only contain strings" in model_regress test on...Tim Graham
2015-02-17[1.8.x] Refs #24324 -- Fixed UnicodeDecodeError in model_regress test on non-...Tim Graham
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-16Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.Collin Anderson
2014-12-19Fixed refs #24007 test on Windows.Tim Graham
2014-12-19Made model_regress unpickling test CWD-independentClaude Paroz
2014-12-17Allowed Python executable names other than python in test from refs #24007.Collin Anderson
2014-12-17Fixed #24007 -- Ensure apps registry's ready before unpickling modelsClaude Paroz
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi