django/tests/model_regress
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
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Added a missing unicode_literals that caused a test failure after refs #23226. 2014-08-07 08:30:50 -04:00
test_pickle.py Fixed #24007 -- Ensure apps registry's ready before unpickling models 2014-12-17 18:33:32 +01:00
tests.py Fix storing of binary fields and unicode textfields for Oracle/Python3 2014-05-16 20:08:52 +03:00