Aymeric Augustin
|
e3953de900
|
[1.8.x] Normalized usage of the tempfile module.
Specifically stopped using the dir argument.
Backport of a8fe12417f from master
|
2015-02-23 15:26:35 -05:00 |
Tim Graham
|
ec9119d4ec
|
[1.8.x] Fixed "environment can only contain strings" in model_regress test on Windows.
Backport of ad50b6c853 from master
|
2015-02-17 13:55:18 -05:00 |
Tim Graham
|
b2f7daa4a6
|
[1.8.x] Refs #24324 -- Fixed UnicodeDecodeError in model_regress test on non-ASCII path.
Backport of d316b43d0a from master
|
2015-02-17 07:35:00 -05:00 |
Tim Graham
|
a8b70d251d
|
[1.8.x] Sorted imports with isort; refs #23860.
Backport of 0ed7d15563 from master
|
2015-02-09 14:24:06 -05:00 |
Collin Anderson
|
5338ff4808
|
Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.
|
2015-01-16 11:59:08 -05:00 |
Tim Graham
|
995be4a137
|
Fixed refs #24007 test on Windows.
|
2014-12-19 14:11:17 -05:00 |
Claude Paroz
|
1d9fc5caa9
|
Made model_regress unpickling test CWD-independent
Refs #24007. Thanks Tim Graham for his help with the patch.
|
2014-12-19 18:37:32 +01:00 |
Collin Anderson
|
4fb38b7307
|
Allowed Python executable names other than python in test from refs #24007.
|
2014-12-17 20:09:24 -05:00 |
Claude Paroz
|
108b8bf852
|
Fixed #24007 -- Ensure apps registry's ready before unpickling models
This prevents AppRegistryNotReady errors when unpickling Django
models from an external script.
|
2014-12-17 18:33:32 +01:00 |
Anubhav Joshi
|
42736ac8e8
|
Fixed #21430 -- Added a RuntimeWarning when unpickling 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.
|
2014-06-11 10:03:34 -04:00 |