django1/django/contrib
Adrian Holovaty 632b63ad76 Fixed #766 -- Custom methods in admin.list_display can now have an allow_tags attribute, which doesn't strip tags in the methods' output. Thanks, plisk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 17:15:24 +00:00
..
admin Fixed #766 -- Custom methods in admin.list_display can now have an allow_tags attribute, which doesn't strip tags in the methods' output. Thanks, plisk 2005-11-11 17:15:24 +00:00
comments Converted load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
flatpages Small bugfix to flatpages URLconf from [1166] 2005-11-11 05:13:57 +00:00
markup Fixed #241 -- added django.contrib.markup app with markup templatetags for Textile, ReST and Markdown 2005-08-10 18:31:33 +00:00
redirects 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
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00