summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
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
2005-12-09Fixed #992 -- Fixed bug in archive_month generic view leaving out the last da...Adrian Holovaty
2005-12-07Added 'It worked' page, in a empty_urlconf() view in views/debug.py. It's cal...Adrian Holovaty
2005-12-06fix for a problem with djangojs missing for some languages. Thx OlivierGeorg Bauer
2005-12-06Debug 400 page now displays special error message if your URLconf is empty.Adrian Holovaty
2005-12-04limit packages in javascript_catalog to settings.INSTALLED_APPS and 'django.c...Georg Bauer
2005-12-04added infrastructure code for later javascript translating (currently not act...Georg Bauer
2005-12-01Fixed #816 -- FileFields now work in the create_update generic view. Thanks, ...Adrian Holovaty
2005-11-30Added allow_empty hook to archive_index date-based generic view.Adrian Holovaty
2005-11-28Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Th...Adrian Holovaty
2005-11-27Added robots meta tag to views.static.serve to block robots from indexing and...Adrian Holovaty
2005-11-26Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di...Adrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-11-25and another little fix to the email sending stuff on password_reset - using C...Georg Bauer
2005-11-25now really fixed the source formatting. brought to you by the magics of IRC-b...Georg Bauer
2005-11-24just another small fix to the template_debug layoutGeorg Bauer
2005-11-24fixed debug view for templates so it starts counting with 1Georg Bauer
2005-11-24mail sending used Template.render, but passed only a dictionary, not a Contex...Georg Bauer
2005-11-24small fix to the template_debug stuff, it was dropping last characters and di...Georg Bauer
2005-11-24Fixed #896 -- Fixed error in filesystem serve view in Windows. Thanks, Petar ...Adrian Holovaty
2005-11-24Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort...Adrian Holovaty
2005-11-24changed the linebreaks_iter function to use str.find instead of re.finditer, ...Georg Bauer
2005-11-23Added Wilson's HTML tweaks to the template error screenAdrian Holovaty
2005-11-23Added Wilson's CSS tweaks to the template error screenAdrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
2005-11-22Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU...Adrian Holovaty
2005-11-22Changed views.defaults page_not_found and server_error to pass in optional te...Adrian Holovaty
2005-11-21Fixed #866: static.serve view no longer opens files in text mode -- thanks, E...Jacob Kaplan-Moss
2005-11-20Fixed #842 -- 500 error view no longer breaks for local variable named 'items...Adrian Holovaty
2005-11-17Fixed #825; thanks for the suggestions, aaronswJacob Kaplan-Moss
2005-11-17Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, SuneJacob Kaplan-Moss
2005-11-17Fixed #822 -- Changed 500 view to use disclosure triangles instead of up/down...Adrian Holovaty
2005-11-15Added django.views.generic.simple.redirect_to view for issuing simple redirec...Jacob Kaplan-Moss
2005-11-15Added django.views.generic.simple.direct_to_template which renders a given te...Jacob Kaplan-Moss