1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests
Malcolm Tredinnick aca569804e Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed
in sorted order. Based on a patch from Forest Bond.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-25 07:30:54 +00:00
..
modeltests Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols' attributes, even if you don't pass them in, for HTML correctness. Thanks, and welcome back, Luke Plant 2007-04-09 01:22:45 +00:00
regressiontests Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed 2007-04-25 07:30:54 +00:00
templates
runtests.py
urls.py Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00