django1/django/contrib/comments
Adrian Holovaty e07fee6511 Fixed bug in contrib comment_form template tag when hard-coded object IDs are used
git-svn-id: http://code.djangoproject.com/svn/django/trunk@590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 03:06:47 +00:00
..
models Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
templatetags Fixed bug in contrib comment_form template tag when hard-coded object IDs are used 2005-09-01 03:06:47 +00:00
urls Fixed bug in [29] 2005-07-14 18:37:10 +00:00
views Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com 2005-08-31 16:27:59 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00