django1/django
Adrian Holovaty 3d02de2713 Added resolve() and reverse() helper functions to django.core.urlresolvers
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-25 07:30:22 +00:00
..
bin Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
conf Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
contrib Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]. Thanks, Jay Skabber 2006-07-23 23:14:36 +00:00
core Added resolve() and reverse() helper functions to django.core.urlresolvers 2006-07-25 07:30:22 +00:00
db Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
dispatch Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
forms Fixed #1980, #2155 -- made date, time and datetime html2python methods a bit 2006-07-05 07:09:53 +00:00
http Fixed #2092: added a "is_secure()" method to HttpRequest which correctly handles the subtleties of mod_python's interaction with os.environ. This one's been bugging me for about a *year*, so many many thanks to k.shaposhnikov@gmail.com for figuring it out, and Tim Shaffer for pointing out this ticket. 2006-07-21 16:20:22 +00:00
middleware Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
templatetags Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
utils Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
views Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414). 2006-07-22 06:13:49 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00