django1/django/views
Adrian Holovaty 9dda4abee1 MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separate commit)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-25 21:20:09 +00:00
..
auth Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader. 2005-10-14 20:10:13 +00:00
core BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
decorators Fixed #612 - added cache control headers (thanks, hugo) 2005-10-29 17:00:20 +00:00
generic MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separate commit) 2005-11-25 21:20:09 +00:00
registration and another little fix to the email sending stuff on password_reset - using Context works much better after importing it 2005-11-25 00:20:13 +00:00
rss Completely refactored legacy RSS framework to the new django.contrib.syndication package. Also added Atom support, changed the way feeds are registered and added documentation for the whole lot. This is backwards-incompatible, but the RSS framework had not yet been documented, so this should only affect tinkerers and WorldOnline. Fixes #329, #498, #502 and #554. Thanks for various patches/ideas to alastair, ismael, hugo, eric moritz and garthk 2005-11-12 03:44:53 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
debug.py now really fixed the source formatting. brought to you by the magics of IRC-based pair programming 2005-11-25 00:04:06 +00:00
defaults.py Changed views.defaults page_not_found and server_error to pass in optional template_name override 2005-11-22 05:47:51 +00:00
i18n.py Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. 2005-11-04 04:59:46 +00:00
static.py Fixed #896 -- Fixed error in filesystem serve view in Windows. Thanks, Petar Marić and nesh 2005-11-24 22:41:05 +00:00