summaryrefslogtreecommitdiff
path: root/tests/model_regress
AgeCommit message (Expand)Author
2015-11-14[1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-04-30Fixed model_regress test failure on non-ASCII path; refs #24717.Tim Graham
2015-04-29Fixed #24717 -- Fixed model_regress test failure on RHEL6 SCLDavid D. Riddle
2015-04-02Fixed mistakes in tests unveiled by version bump to 1.8.1.Tim Graham
2015-02-23Normalized usage of the tempfile module.Aymeric Augustin
2015-02-17Fixed "environment can only contain strings" in model_regress test on Windows.Tim Graham
2015-02-17Refs #24324 -- Fixed UnicodeDecodeError in model_regress test on non-ASCII path.Tim Graham
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-16Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.Collin Anderson
2015-01-11Revert "Marked a test as an expected failure on MySQL and Python 3.2."Claude Paroz
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-08-07Added a missing unicode_literals that caused a test failure after refs #23226.Tim Graham
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-05-16Fix storing of binary fields and unicode textfields for Oracle/Python3Shai Berger
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-08Marked a test as an expected failure on MySQL and Python 3.2.Aymeric Augustin
2013-04-08Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.Tobias McNulty
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner