| Age | Commit message (Expand) | Author |
| 2006-08-11 | Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n... | Adrian Holovaty |
| 2006-07-27 | Fixed #2433 -- Added allow_future option to date-based generic views | Adrian Holovaty |
| 2006-07-22 | Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414). | Malcolm Tredinnick |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand... | Jacob Kaplan-Moss |
| 2006-07-19 | Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser... | Malcolm Tredinnick |
| 2006-07-01 | Optimized JavaScript in django/views/i18n.py | Adrian Holovaty |
| 2006-07-01 | Added USE_I18N setting, which lets you turn off internationalization overhead... | Adrian Holovaty |
| 2006-06-22 | Changed default 500 view NOT to use RequestContext, to lessen the chance that... | Adrian Holovaty |
| 2006-06-20 | Fixed #688 -- Changed default 404 and 500 views to use RequestContext | Adrian Holovaty |
| 2006-06-20 | Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ... | Adrian Holovaty |
| 2006-06-20 | Fixed #2185 -- Changed django.views.decorators.http.require_http_methods deco... | Adrian Holovaty |
| 2006-06-14 | Fixed #2153 -- display debugging template even if no stack frame is found. | Malcolm Tredinnick |
| 2006-06-13 | Fixed #2147: file uploads within the update_object generic view now works. T... | Jacob Kaplan-Moss |
| 2006-06-03 | Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka... | Adrian Holovaty |
| 2006-06-03 | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant |
| 2006-06-01 | Fixed #697 -- Added make_object_list parameter to archive_year generic view. ... | Adrian Holovaty |
| 2006-05-31 | Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian Holsman | Adrian Holovaty |
| 2006-05-23 | Negligible code cleanup for the sake of clarity. | Luke Plant |
| 2006-05-22 | Fixed #1931 -- update_object generic view no longer assumes the object's get_... | Adrian Holovaty |
| 2006-05-06 | Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None... | Adrian Holovaty |
| 2006-05-06 | Made QuerySet slicing return IndexError instead of DoesNotExist (and related ... | Luke Plant |
| 2006-05-02 | Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages. | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-03-30 | Fixed #1557 in trunk | Adrian Holovaty |
| 2006-03-03 | Fixed #1457 -- Added support for if-modified-since header in django.views.sta... | Adrian Holovaty |
| 2006-03-01 | Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao... | Adrian Holovaty |
| 2006-02-28 | Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view... | Adrian Holovaty |
| 2006-02-27 | Fixed #1033 -- pagination in object_list generic views now use 1-indexed page... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1059 -- Fixed line numbers off-by-one error in debug output | Adrian Holovaty |
| 2006-02-18 | Fixed #1229 -- Added allow_empty argument to archive_year and archive_month d... | Adrian Holovaty |
| 2006-02-17 | Fixed #1302 -- Added next_month and previous_month to template context in arc... | Adrian Holovaty |
| 2006-02-17 | Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran Holland | Adrian Holovaty |
| 2006-01-19 | Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows... | Adrian Holovaty |
| 2006-01-05 | Changed debug error view to escape the exception value, so that values in ang... | Adrian Holovaty |
| 2006-01-03 | Fixed #1117 -- Added HttpResponsePermanentRedirect | Adrian Holovaty |
| 2005-12-24 | Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce... | Adrian Holovaty |
| 2005-12-16 | Fixed #1041 -- Generic views no longer use deprecated template_loader. Thanks... | Adrian Holovaty |
| 2005-12-15 | Removed django/views/rss, which was empty | Adrian Holovaty |
| 2005-12-15 | Removed django/views/core, which was empty | Adrian Holovaty |
| 2005-12-09 | Fixed #998 -- Fixed edge-case bug in debug view for templates with only one l... | Adrian Holovaty |
| 2005-12-09 | Fixed #992 -- Fixed bug in archive_month generic view leaving out the last da... | Adrian Holovaty |
| 2005-12-07 | Added 'It worked' page, in a empty_urlconf() view in views/debug.py. It's cal... | Adrian Holovaty |
| 2005-12-06 | fix for a problem with djangojs missing for some languages. Thx Olivier | Georg Bauer |
| 2005-12-06 | Debug 400 page now displays special error message if your URLconf is empty. | Adrian Holovaty |
| 2005-12-04 | limit packages in javascript_catalog to settings.INSTALLED_APPS and 'django.c... | Georg Bauer |
| 2005-12-04 | added infrastructure code for later javascript translating (currently not act... | Georg Bauer |
| 2005-12-01 | Fixed #816 -- FileFields now work in the create_update generic view. Thanks, ... | Adrian Holovaty |
| 2005-11-30 | Added allow_empty hook to archive_index date-based generic view. | Adrian Holovaty |
| 2005-11-28 | Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Th... | Adrian Holovaty |