django1/django/contrib
Gary Wilson Jr a4478ee9c6 Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `AnonymousUser`s can't login. Thanks, `SmileyChris`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-11 06:37:07 +00:00
..
admin Fixed #6116: mark-safe the admin changelist table class. Thanks, zlobnyi antisvin. 2007-12-04 19:17:25 +00:00
auth Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `AnonymousUser`s can't login. Thanks, `SmileyChris`. 2007-12-11 06:37:07 +00:00
comments Fixed #5909 -- Made the various django.contrib.comment models more robust in 2007-11-29 18:15:31 +00:00
contenttypes Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749. 2007-12-09 07:12:07 +00:00
csrf Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
databrowse Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
flatpages Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
formtools Fixed a Python 2.3 incompatibility. 2007-11-29 21:10:11 +00:00
humanize Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
localflavor Fixed #5523 -- Added counties and regions for the United Kingdom to 2007-12-03 00:35:31 +00:00
markup Fixed #5362: markup tests no longer fail under SVN versions of docutils. Thanks, keithb. 2007-12-02 21:01:17 +00:00
redirects Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
sessions Added a test for [6889] 2007-12-04 20:29:43 +00:00
sitemaps Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
sites Added a get_host() method to HttpRequest. There is still an http.get_host() version in place, so this is fully backwards compatible. 2007-09-15 17:46:03 +00:00
syndication Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from 2007-10-20 14:54:38 +00:00
webdesign Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racter 2007-09-14 22:03:47 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00