django1/django/contrib
Russell Keith-Magee fa4bb1b093 Clarified documentation to indicate that authenticating a user doesn't imply that they are active. Reinforced the fact that has_perm only returns true if user is active, and fixed a minor bug to that effect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-30 01:21:03 +00:00
..
admin Disabled access to the admin site for inactive accounts, and clarified documentation regarding User.is_active. Thanks to Enrico <rico.bl@gmail.com> for the report. 2006-09-29 13:37:58 +00:00
auth Clarified documentation to indicate that authenticating a user doesn't imply that they are active. Reinforced the fact that has_perm only returns true if user is active, and fixed a minor bug to that effect. 2006-09-30 01:21:03 +00:00
comments Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
contenttypes 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
csrf Fixed CsrfMiddleware post processing so that it in the presence of multiple 2006-05-11 22:32:47 +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
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 #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de 2006-08-12 06:02:28 +00:00
sitemaps Fixed #2805 -- Removed some whitespace from the two sitemap XML templates. 2006-09-26 16:27:24 +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 #1961 -- Made feed_url dynamic in syndication framework 2006-07-21 15:57:50 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00