django1/django/contrib/comments
Adrian Holovaty a7efb3939f Converted load_and_render() calls to render_to_response() because of [664].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-22 22:26:56 +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 load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00