django/tests/regressiontests/admin_changelist
Aymeric Augustin 358c5a1c2a Fixed #17932 -- Tweaked the admin_changelist tests because Oracle doesn't like columns named 'number'.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17767 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-19 12:52:15 +00:00
..
__init__.py Fixed #10348: ChangeList no longer overwrites a select_related provided by `ModelAdmin.queryset()`. 2009-05-14 15:09:33 +00:00
admin.py Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers. 2011-11-17 21:30:07 +00:00
models.py Fixed #17932 -- Tweaked the admin_changelist tests because Oracle doesn't like columns named 'number'. 2012-03-19 12:52:15 +00:00
tests.py Fixed #17198 -- Ensured that a deterministic order is used across all database backends for displaying the admin change list's results. Many thanks to Luke Plant for the report and general approach, to everyone involved in the design discussions, and to Carl Meyer for the patch review. Refs #16819. 2012-03-03 02:13:35 +00:00
urls.py Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00