django/docs/ref/contrib
Luke Plant 25020ddb05 Fixed #4604 - Configurable message passing system, supporting anonymous users
This deprecates User.message_set in favour of a configurable messaging
system, with backends provided for cookie storage, session storage and
backward compatibility.

Many thanks to Tobias McNulty for the bulk of the work here, with
contributions from Chris Beaven (SmileyChris) and lots of code review from
Russell Keith-Magee, and input from many others.  Also credit to the authors
of various messaging systems for Django whose ideas may have been pinched
:-)



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-09 16:57:23 +00:00
..
admin Corrected a markup error in the m2m inline docs. 2009-11-04 15:05:49 +00:00
comments
formtools
auth.txt
contenttypes.txt
csrf.txt Added notes to "Features deprecated in 1.2" about CSRF and SMTPConnection 2009-12-03 14:48:47 +00:00
databrowse.txt
flatpages.txt
humanize.txt
index.txt Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
localflavor.txt
messages.txt Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
redirects.txt
sitemaps.txt
sites.txt
syndication.txt
webdesign.txt