| Age | Commit message (Expand) | Author |
| 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 |
| 2005-11-27 | Added robots meta tag to views.static.serve to block robots from indexing and... | Adrian Holovaty |
| 2005-11-26 | Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di... | Adrian Holovaty |
| 2005-11-25 | MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat... | Adrian Holovaty |
| 2005-11-25 | and another little fix to the email sending stuff on password_reset - using C... | Georg Bauer |
| 2005-11-25 | now really fixed the source formatting. brought to you by the magics of IRC-b... | Georg Bauer |
| 2005-11-24 | just another small fix to the template_debug layout | Georg Bauer |
| 2005-11-24 | fixed debug view for templates so it starts counting with 1 | Georg Bauer |
| 2005-11-24 | mail sending used Template.render, but passed only a dictionary, not a Contex... | Georg Bauer |
| 2005-11-24 | small fix to the template_debug stuff, it was dropping last characters and di... | Georg Bauer |
| 2005-11-24 | Fixed #896 -- Fixed error in filesystem serve view in Windows. Thanks, Petar ... | Adrian Holovaty |
| 2005-11-24 | Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort... | Adrian Holovaty |
| 2005-11-24 | changed the linebreaks_iter function to use str.find instead of re.finditer, ... | Georg Bauer |
| 2005-11-23 | Added Wilson's HTML tweaks to the template error screen | Adrian Holovaty |
| 2005-11-23 | Added Wilson's CSS tweaks to the template error screen | Adrian Holovaty |
| 2005-11-23 | Fixed #603 -- Added template debugging errors to pretty error-page output, if... | Adrian Holovaty |
| 2005-11-22 | Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU... | Adrian Holovaty |
| 2005-11-22 | Changed views.defaults page_not_found and server_error to pass in optional te... | Adrian Holovaty |
| 2005-11-21 | Fixed #866: static.serve view no longer opens files in text mode -- thanks, E... | Jacob Kaplan-Moss |
| 2005-11-20 | Fixed #842 -- 500 error view no longer breaks for local variable named 'items... | Adrian Holovaty |
| 2005-11-17 | Fixed #825; thanks for the suggestions, aaronsw | Jacob Kaplan-Moss |
| 2005-11-17 | Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, Sune | Jacob Kaplan-Moss |
| 2005-11-17 | Fixed #822 -- Changed 500 view to use disclosure triangles instead of up/down... | Adrian Holovaty |
| 2005-11-15 | Added django.views.generic.simple.redirect_to view for issuing simple redirec... | Jacob Kaplan-Moss |
| 2005-11-15 | Added django.views.generic.simple.direct_to_template which renders a given te... | Jacob Kaplan-Moss |
| 2005-11-15 | Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in... | Jacob Kaplan-Moss |
| 2005-11-14 | Added NOINDEX tag to debug 500 page (for robots) | Jacob Kaplan-Moss |
| 2005-11-14 | Added "pretty" error pages to be used when DEBUG is True. | Jacob Kaplan-Moss |
| 2005-11-12 | Completely refactored legacy RSS framework to the new django.contrib.syndicat... | Adrian Holovaty |
| 2005-11-11 | BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ... | Adrian Holovaty |
| 2005-11-09 | Added django.core.rss.Feed -- the new RSS interface. Refs #329. | Adrian Holovaty |
| 2005-11-06 | Small docstring change to django.views.static | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-10-29 | Fixed #612 - added cache control headers (thanks, hugo) | Jacob Kaplan-Moss |
| 2005-10-28 | Fixed #703: added decorators to require that view be called with a given HTTP... | Jacob Kaplan-Moss |
| 2005-10-26 | Fixed shortcut redirect handler | Jacob Kaplan-Moss |
| 2005-10-23 | Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, r... | Adrian Holovaty |
| 2005-10-22 | Added django.views.decorators.auth.user_passes_test, which is a more generic ... | Adrian Holovaty |
| 2005-10-18 | Removed django.views.admin. Everything has been moved to django.contrib.admin... | Adrian Holovaty |
| 2005-10-18 | Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this... | Adrian Holovaty |
| 2005-10-18 | Moved django.views.admin.template and django.views.admin.doc to django.contri... | Adrian Holovaty |
| 2005-10-18 | Changed django.views.admin.doc to use template.loader instead of template_loader | Adrian Holovaty |