django1/django
Malcolm Tredinnick 0fee26935d Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP
addresses can now use bookmarklets. Thanks, Maximillian Dornseif.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 03:17:28 +00:00
..
bin Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch, Jarosław Zabiełło 2006-08-28 18:43:58 +00:00
conf Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validator 2006-09-22 02:48:19 +00:00
contrib Fixed #2629 -- Added a permission_required decorator to 2006-09-22 01:44:28 +00:00
core Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP 2006-09-22 03:17:28 +00:00
db Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators, 2006-09-22 02:36:50 +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 #2685 -- Correctly process blank input for USStateField elements. Thanks, 2006-09-22 03:10:49 +00:00
http Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now takes path and domain as optional keyword arguments. 2006-08-09 15:40:24 +00:00
middleware Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP 2006-09-22 03:17:28 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed #2743 -- Made the value of a cycle tag accessible through the context. 2006-09-21 13:09:00 +00:00
templatetags Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
test Fixes #2669 -- Added check on import of tests.py to differentiate between an absent tests.py, and an existent tests.py with an import error in it. 2006-09-09 14:58:46 +00:00
utils Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul. 2006-09-22 02:22:58 +00:00
views Added some escaping of request.path to django/views/debug.py. Thanks, Simon Greenhill 2006-09-05 00:26:14 +00:00
__init__.py Changed django.VERSION from 0.95 to to 0.96-pre 2006-07-30 00:59:59 +00:00