django1/django/contrib
Malcolm Tredinnick 937f3190ba Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch
from Jonathan Buchanan.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-10 08:36:39 +00:00
..
admin Fixed #3287: method columns in the admin changelist can now have a {{{boolean}}} attribute that uses the clever little checkmark icons instead of the ugly "True" or "False" strings. Thanks for the patch, xian@mintchaos.com 2007-01-12 19:40:06 +00:00
auth Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch, SmileyChris 2006-12-30 07:16:25 +00:00
comments Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects. 2006-12-15 18:00:50 +00:00
contenttypes Fixed #1717: ContentType.objects.get_for_manager() is now cached for a small performance gain when dealing with content-types regularly. Thanks, Dave St.Germain. 2007-01-12 15:15:05 +00:00
csrf Fixed #3157 -- Made error message XHTML-friendly in CSRF middleware. Thanks, mir@noris.de 2006-12-18 15:37:52 +00:00
flatpages Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for the patch, dummy@habmalnefrage.de 2006-08-23 02:05:05 +00:00
formtools Added missing import to django.contrib.formtools.preview from [4259]. Thanks, Vadim Macagon 2006-12-30 00:06:28 +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 #2133 -- Invalid session cookie no longer causes fatal error. Thanks, greg-django@abbas.org 2007-01-25 00:47:44 +00:00
sitemaps Fixed #3106 -- Typo in sitemap ping_google method. Thanks, Bastian Kleineidam. 2006-12-07 00:02:02 +00:00
sites Refs #2333 - Added 'test' target to django-admin script. Includes addition of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests. 2006-08-27 12:46:39 +00:00
syndication Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch 2007-02-10 08:36:39 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00