django1/django/contrib/comments
Adrian Holovaty a269a2058a Converted django.contrib.comments.views.* to use load_and_render
git-svn-id: http://code.djangoproject.com/svn/django/trunk@661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-22 05:32: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 Converted django.contrib.comments.views.* to use load_and_render 2005-09-22 05:32:47 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00