summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2006-10-30Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, wam-...Russell Keith-Magee
2006-09-26Fixed #2362 -- Corrected the way we retrieve an object so that it works forMalcolm Tredinnick
2006-09-24Avoid displaying the profanities list in the debug output. Makes it a bit moreMalcolm Tredinnick
2006-09-05Added some escaping of request.path to django/views/debug.py. Thanks, Simon G...Adrian Holovaty
2006-09-04Changed template names from [3707] to remove initial caps, to fit our style.Adrian Holovaty
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee
2006-08-27Reverted [3659], the 'name' field on Template objects and the signal emitted ...Adrian Holovaty
2006-08-27Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...Russell Keith-Magee
2006-08-21Fixed #2471 -- Got date-based generic views working with SQLite DateFields. T...Adrian Holovaty
2006-08-11Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n...Adrian Holovaty
2006-07-27Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty
2006-07-22Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414).Malcolm Tredinnick
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-01Optimized JavaScript in django/views/i18n.pyAdrian Holovaty
2006-07-01Added USE_I18N setting, which lets you turn off internationalization overhead...Adrian Holovaty
2006-06-22Changed default 500 view NOT to use RequestContext, to lessen the chance that...Adrian Holovaty
2006-06-20Fixed #688 -- Changed default 404 and 500 views to use RequestContextAdrian Holovaty
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-20Fixed #2185 -- Changed django.views.decorators.http.require_http_methods deco...Adrian Holovaty
2006-06-14Fixed #2153 -- display debugging template even if no stack frame is found.Malcolm Tredinnick
2006-06-13Fixed #2147: file uploads within the update_object generic view now works. T...Jacob Kaplan-Moss
2006-06-03Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka...Adrian Holovaty
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-06-01Fixed #697 -- Added make_object_list parameter to archive_year generic view. ...Adrian Holovaty
2006-05-31Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian HolsmanAdrian Holovaty
2006-05-23Negligible code cleanup for the sake of clarity.Luke Plant
2006-05-22Fixed #1931 -- update_object generic view no longer assumes the object's get_...Adrian Holovaty
2006-05-06Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None...Adrian Holovaty
2006-05-06Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant
2006-05-02Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages.Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-03-30Fixed #1557 in trunkAdrian Holovaty
2006-03-03Fixed #1457 -- Added support for if-modified-since header in django.views.sta...Adrian Holovaty
2006-03-01Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao...Adrian Holovaty
2006-02-28Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view...Adrian Holovaty
2006-02-27Fixed #1033 -- pagination in object_list generic views now use 1-indexed page...Jacob Kaplan-Moss
2006-02-27Fixed #1059 -- Fixed line numbers off-by-one error in debug outputAdrian Holovaty
2006-02-18Fixed #1229 -- Added allow_empty argument to archive_year and archive_month d...Adrian Holovaty
2006-02-17Fixed #1302 -- Added next_month and previous_month to template context in arc...Adrian Holovaty
2006-02-17Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran HollandAdrian Holovaty
2006-01-19Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...Adrian Holovaty
2006-01-05Changed debug error view to escape the exception value, so that values in ang...Adrian Holovaty
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty
2005-12-24Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce...Adrian Holovaty
2005-12-16Fixed #1041 -- Generic views no longer use deprecated template_loader. Thanks...Adrian Holovaty
2005-12-15Removed django/views/rss, which was emptyAdrian Holovaty
2005-12-15Removed django/views/core, which was emptyAdrian Holovaty
2005-12-09Fixed #998 -- Fixed edge-case bug in debug view for templates with only one l...Adrian Holovaty