Collin Anderson
|
cef3f805c2
|
[1.7.x] Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.
Backport of 5338ff4808 from master
|
2015-01-16 12:03:15 -05:00 |
Claude Paroz
|
ea18652238
|
[1.7.x] Made model_regress unpickling test CWD-independent
Refs #24007. Thanks Tim Graham for his help with the patch.
Backport of 1d9fc5caa9 and
995be4a137 from master
|
2014-12-19 14:26:46 -05:00 |
Claude Paroz
|
47912d9f2b
|
[1.7.x] Fixed #24007 -- Ensure apps registry's ready before unpickling models
This prevents AppRegistryNotReady errors when unpickling Django
models from an external script.
Backport of 108b8bf85 from master.
|
2014-12-17 18:41:12 +01:00 |
Tim Graham
|
796030590a
|
[1.7.x] Added a missing unicode_literals that caused a test failure after refs #23226.
Backport of 57b60f9f93 from master
|
2014-08-07 08:32:12 -04:00 |
Shai Berger
|
b7a67b788c
|
[1.7.x] Fixed storing of binary fields and unicode textfields for Oracle/Python3
Backport of 6bb6df2943 from master
|
2014-05-17 01:16:06 +03:00 |
Claude Paroz
|
e8a7436941
|
[1.7.x] Harmonized some PEP 0263 coding preambles
Backport of e520a73ee from master.
|
2014-05-15 20:01:31 +02:00 |
Rodolfo Carvalho
|
0d91225892
|
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
|
2014-03-03 07:38:09 -05:00 |
Alasdair Nicol
|
b289fcf1bf
|
Fixed #21288 -- Fixed E126 pep8 warnings
|
2013-10-21 08:31:30 -04:00 |
Tim Graham
|
96d1d4e292
|
Removed unused local variables in tests.
|
2013-10-19 08:31:38 -04:00 |
Alasdair Nicol
|
a800036981
|
Fixed #21287 -- Fixed E123 pep8 warnings
|
2013-10-18 10:07:39 +01:00 |
Alasdair Nicol
|
dfb4cb9970
|
Fixed #21285 -- Fixed E121,E122 pep8 warnings
|
2013-10-17 20:20:11 -04:00 |
Aymeric Augustin
|
d9413d33b2
|
Refactored code and tests that relied on django.utils.tzinfo.
Refs #17262.
|
2013-09-09 22:32:52 +02:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
Aymeric Augustin
|
832b4a5722
|
Marked a test as an expected failure on MySQL and Python 3.2.
This test hits a bug in current ports of MySQLdb.
|
2013-05-08 23:12:46 +02:00 |
Tobias McNulty
|
161c4da588
|
Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.
|
2013-04-08 13:41:36 -06:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |