django1/django/contrib/comments
Adrian Holovaty 07889c13a6 Fixed #1 -- Added anonymous session support via middleware and request.session. Removed the former request.session, which wasn't being used anyway. Removed auth.Session model. See the BackwardsIncompatibleChanges wiki page for IMPORTANT notes on code you'll have to change and a DB table you'll have to create.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-16 22:54:05 +00:00
..
models Gave comments.FreeComment a get_absolute_url() method 2005-07-30 18:56:36 +00:00
templatetags Fixed #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in contrib.comments.templatetags 2005-08-01 20:07:31 +00:00
urls Fixed bug in [29] 2005-07-14 18:37:10 +00:00
views Fixed #1 -- Added anonymous session support via middleware and request.session. Removed the former request.session, which wasn't being used anyway. Removed auth.Session model. See the BackwardsIncompatibleChanges wiki page for IMPORTANT notes on code you'll have to change and a DB table you'll have to create. 2005-08-16 22:54:05 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00