django1/django/contrib
Malcolm Tredinnick 04e83a0517 Fixed another title string that needed escaping (these strings do need
escaping, because they can be created from object strings, in part).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-14 01:17:17 +00:00
..
admin Fixed another title string that needed escaping (these strings do need 2006-07-14 01:17:17 +00:00
auth Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks, mir@noris.de 2006-07-11 14:03:24 +00:00
comments Fixed #2283 -- Fixed XHTML-strict validation error in comment templates 2006-07-07 03:57:50 +00:00
contenttypes Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.get_for_model() to use get_or_create() 2006-06-20 04:47:07 +00:00
csrf Fixed CsrfMiddleware post processing so that it in the presence of multiple 2006-05-11 22:32:47 +00:00
flatpages Fixed #2317 -- Fixed help_text for FlatPage.template_name field to match magic-removal template names. Thanks, md@hudora.de 2006-07-09 22:35:08 +00:00
humanize Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Thanks, ubernostrum 2006-06-04 01:03:48 +00:00
markup restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_SETTINGS}}} into docutils. See http://docutils.sourceforge.net/docs/user/config.html#html4css1-writer for what these settings are. 2006-06-30 20:19:05 +00:00
redirects Fixed #2139 -- Changed Redirect repr to str 2006-06-12 16:20:05 +00:00
sessions Fixed #1422 -- Docstring improvements for the models in the admin app. Thanks 2006-06-20 04:07:32 +00:00
sites Fixed #1985 -- Got CurrentSiteManager working 2006-05-26 16:30:42 +00:00
syndication Fixed #2158 -- Added title_template and description_template hooks to Feed class in syndication framework. 2006-06-26 23:19:03 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00