1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/tests
Malcolm Tredinnick 9319dc496c Fixed #9406 -- Ensure that each database column is only represented once in the
"ORDER BY" clause of an SQL statement.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 06:09:47 +00:00
..
modeltests Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL in SQL. 2008-10-21 14:04:24 +00:00
regressiontests Fixed #9406 -- Ensure that each database column is only represented once in the 2008-10-24 06:09:47 +00:00
templates
runtests.py Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers. 2008-10-02 12:57:13 +00:00
urls.py