django/django
Adrian Holovaty f46402bc90 Made 'django-admin.py init' more robust
git-svn-id: http://code.djangoproject.com/svn/django/trunk@632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 22:14:40 +00:00
..
bin Fixed spacing bug in '--help' output of django-admin 2005-09-02 18:23:42 +00:00
conf Fixed #458 -- Added /r/ to default admin urlconf 2005-09-04 18:20:57 +00:00
contrib Fixed bug in contrib comment_form template tag when hard-coded object IDs are used 2005-09-01 03:06:47 +00:00
core Made 'django-admin.py init' more robust 2005-09-06 22:14:40 +00:00
middleware Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-string pairs, instead of the first of each pair. Added a QueryDict.urlencode() method to accomplish this. Updated the docs. Thanks for the good catch, mlambert 2005-09-02 19:39:47 +00:00
models
parts
templatetags
utils Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-string pairs, instead of the first of each pair. Added a QueryDict.urlencode() method to accomplish this. Updated the docs. Thanks for the good catch, mlambert 2005-09-02 19:39:47 +00:00
views Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty when paginating. Thanks, kmh 2005-09-02 22:54:12 +00:00
__init__.py