django1/tests/regressiontests/admin_scripts
Karen Tracey 5f1ecdc51a Python 2.3 compatibility: Fixed a test to only run under 2.4+, since it fails due to a Ptyhon problem under 2.3.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-27 15:01:54 +00:00
..
broken_app [1.1.X] 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:43:39 +00:00
complex_app [1.1.X] Fixed Python 2.4 incompatibility introduced in r12973. 2010-04-14 21:27:21 +00:00
management Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required. 2008-07-13 08:48:18 +00:00
simple_app [1.1.X] Fixed #13335: Adjusted the r12950 fix to properly handle import errors resulting from nested calls to load_app. 2010-04-14 19:14:23 +00:00
__init__.py Refs #5943, #6107 -- Added framework and tests to check for the correct operation of django-admin and manage.py. Thanks for Simon Willison and Karen Tracey for their contributions and assistance testing this patch. 2008-07-10 12:12:41 +00:00
models.py Refs #5943, #6107 -- Added framework and tests to check for the correct operation of django-admin and manage.py. Thanks for Simon Willison and Karen Tracey for their contributions and assistance testing this patch. 2008-07-10 12:12:41 +00:00
tests.py Python 2.3 compatibility: Fixed a test to only run under 2.4+, since it fails due to a Ptyhon problem under 2.3. 2010-04-27 15:01:54 +00:00