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 |