django1/django/contrib
Adrian Holovaty 5d7af7b1a9 Fixed #2246 -- Changed textile templatetag in contrib.markup to use DEFAULT_CHARSET setting
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-28 01:08:04 +00:00
..
admin Fixed #2157 -- Admin doc views now work if django.contrib.sites isn't installed 2006-06-26 23:01:46 +00:00
auth Fixed #1802 -- Fixed database integrity error when creating permission objects after renaming a model 2006-06-20 04:44:27 +00:00
comments Fixed #2168 -- Made comment templates more accessible 2006-06-26 00:48:12 +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 #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa 2006-06-08 05:00:13 +00:00
humanize Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Thanks, ubernostrum 2006-06-04 01:03:48 +00:00
markup Fixed #2246 -- Changed textile templatetag in contrib.markup to use DEFAULT_CHARSET setting 2006-06-28 01:08:04 +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