django1/django/contrib
Adrian Holovaty c1847294b8 Fixed #2301 -- Added list_display_links option to 'class Admin', which regulates which fields in the change list have links. Thanks, kilian
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-10 04:16:26 +00:00
..
admin Fixed #2301 -- Added list_display_links option to 'class Admin', which regulates which fields in the change list have links. Thanks, kilian 2006-07-10 04:16:26 +00:00
auth Small edits to comments in contrib/auth/__init__.py 2006-07-03 02:12:59 +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