summaryrefslogtreecommitdiff
path: root/tests/model_regress
Commit message (Expand)AuthorAgeFilesLines
* Refs #24007 -- Removed an apps.populate() call in model unpickling that can c...Tim Graham2016-02-081-47/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette2015-11-141-13/+4
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed model_regress test failure on non-ASCII path; refs #24717.Tim Graham2015-04-301-2/+2
* Fixed #24717 -- Fixed model_regress test failure on RHEL6 SCLDavid D. Riddle2015-04-291-16/+14
* Fixed mistakes in tests unveiled by version bump to 1.8.1.Tim Graham2015-04-021-6/+7
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-2/+4
* Fixed "environment can only contain strings" in model_regress test on Windows.Tim Graham2015-02-171-1/+1
* Refs #24324 -- Fixed UnicodeDecodeError in model_regress test on non-ASCII path.Tim Graham2015-02-171-0/+1
* Fixed E265 comment styleCollin Anderson2015-02-061-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-6/+7
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.Collin Anderson2015-01-161-9/+9
* Revert "Marked a test as an expected failure on MySQL and Python 3.2."Claude Paroz2015-01-111-8/+1
* Fixed refs #24007 test on Windows.Tim Graham2014-12-191-3/+9
* Made model_regress unpickling test CWD-independentClaude Paroz2014-12-191-1/+4
* Allowed Python executable names other than python in test from refs #24007.Collin Anderson2014-12-171-1/+2
* Fixed #24007 -- Ensure apps registry's ready before unpickling modelsClaude Paroz2014-12-171-0/+35
* Added a missing unicode_literals that caused a test failure after refs #23226.Tim Graham2014-08-071-0/+2
* Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi2014-06-111-0/+53
* Fix storing of binary fields and unicode textfields for Oracle/Python3Shai Berger2014-05-161-0/+11
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-8/+8
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-171-1/+1
* Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin2013-09-091-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Marked a test as an expected failure on MySQL and Python 3.2.Aymeric Augustin2013-05-081-1/+8
* Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.Tobias McNulty2013-04-081-0/+12
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+301