django1/django/contrib
James Bennett 6e657e2c40 Backport [7521] to 0.91-bugfixes per security policy; announcement and security bugfix release will be forthcoming.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-14 04:07:42 +00:00
..
admin Backport [7521] to 0.91-bugfixes per security policy; announcement and security bugfix release will be forthcoming. 2008-05-14 04:07:42 +00:00
auth Fixed #1185 -- Fixed Python 2.4 bug in Django authentication mod_python handler. Thanks, Brian Ray 2006-01-08 05:10:51 +00:00
comments 0.91-bugfixes: Table name needs to be pluralized in that query 2007-03-12 17:12:10 +00:00
flatpages Fixed #845 -- flatpages middleware no longer throws 404 exception for DEBUG=True. Thanks, Hugo 2005-11-20 04:55:57 +00:00
markup Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. 2005-11-26 22:46:31 +00:00
redirects Fixed #1117 -- Added HttpResponsePermanentRedirect 2006-01-03 23:57:14 +00:00
syndication Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in functions. Thanks, junzhang.jn 2006-02-18 20:34:14 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00