Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_regress
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-3/+3
| | | | on_delete for ForeignKey/OneToOneField
* Fixed model_regress test failure on non-ASCII path; refs ↵Tim Graham2015-04-301-2/+2
| | | | #24717.
* Fixed #24717 -- Fixed model_regress test failure on ↵David D. Riddle2015-04-291-16/+14
| | | | | | | | | | | | | RHEL6 SCL The test failed on RHEL6 systems running python 2.7 from a RedHat Software Collection (SCL) because this test runs an external python script with a stripped system environment. RedHat SCLs work by setting a number of system environment variables when these are stripped out by this test the python 2.7 interpreter is no longer able to function properly because it can not find the system libraries needed. Now we use use mock to modify the system environment directly.
* Fixed mistakes in tests unveiled by version bump to 1.8.1.Tim Graham2015-04-021-6/+7
| | | | Forwardport of e7366ab1f908b8cbf8d7e83037b5f17d101b5ade from stable/1.8.x
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-2/+4
| | | | Specifically stopped using the dir argument.
* Fixed "environment can only contain strings" in ↵Tim Graham2015-02-171-1/+1
| | | | model_regress test on Windows.
* Refs #24324 -- Fixed UnicodeDecodeError in model_regress ↵Tim Graham2015-02-171-0/+1
| | | | test on non-ASCII path.
* 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; ↵Collin Anderson2015-01-161-9/+9
| | | | refs #24007.
* Revert "Marked a test as an expected failure on MySQL ↵Claude Paroz2015-01-111-8/+1
| | | | | | | and Python 3.2." This reverts commit 832b4a5722ba6b55e7b17c3bac6614ecca9aa88d. We officially don't support MySQL on Python 3.2. Refs #20380.
* Fixed refs #24007 test on Windows.Tim Graham2014-12-191-3/+9
|
* Made model_regress unpickling test CWD-independentClaude Paroz2014-12-191-1/+4
| | | | Refs #24007. Thanks Tim Graham for his help with the patch.
* Allowed Python executable names other than python in ↵Collin Anderson2014-12-181-1/+2
| | | | test from refs #24007.
* Fixed #24007 -- Ensure apps registry's ready before ↵Claude Paroz2014-12-171-0/+35
| | | | | | | unpickling models This prevents AppRegistryNotReady errors when unpickling Django models from an external script.
* Added a missing unicode_literals that caused a test ↵Tim Graham2014-08-071-0/+2
| | | | failure after refs #23226.
* Fixed #21430 -- Added a RuntimeWarning when unpickling ↵Anubhav Joshi2014-06-111-0/+53
| | | | | | | Models and QuerySets from a different Django version. Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch, and akaariai, loic, and charettes for helping in shaping the patch.
* Fix storing of binary fields and unicode textfields for ↵Shai Berger2014-05-161-0/+11
| | | | Oracle/Python3
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
|
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* 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-181-1/+1
|
* Refactored code and tests that relied on ↵Aymeric Augustin2013-09-091-3/+3
| | | | | | django.utils.tzinfo. Refs #17262.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
| | | | Refs #20680.
* Marked a test as an expected failure on MySQL and Python ↵Aymeric Augustin2013-05-081-1/+8
| | | | | | 3.2. This test hits a bug in current ports of MySQLdb.
* Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` ↵Tobias McNulty2013-04-081-0/+12
| | | | attribute.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+301