django/tests/regressiontests/admin_scripts
Russell Keith-Magee 4c468800ee Updates to the test suite to allow for newly deprecated and removed features
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-02 08:44:47 +00:00
..
app_with_import Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condition when initially importing models. Thanks to Brett Hoerner for the report. 2010-04-20 14:39:46 +00:00
broken_app Fixed #11696: Changed app loading code so that it does not swallow import errors that used to be (prior to r10088) raised. 2010-04-12 12:39:18 +00:00
complex_app Fixed Python 2.4 incompatibility introduced in r12972. 2010-04-14 21:23:43 +00:00
management Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
simple_app Fixed #13335: Adjusted the r12950 fix to properly handle import errors resulting from nested calls to load_app. 2010-04-14 19:10:27 +00:00
__init__.py
models.py
tests.py Updates to the test suite to allow for newly deprecated and removed features 2011-04-02 08:44:47 +00:00