Ticket #7227: patch_comments.diff
| File patch_comments.diff, 475 bytes (added by marinho, 4 months ago) |
|---|
-
django/contrib/comments/views/comments.py
old new 14 14 from django.utils.translation import ungettext, ugettext as _ 15 15 from django.utils.encoding import smart_unicode 16 16 import base64, datetime 17 from django.contrib.auth import authenticate 17 18 18 19 COMMENTS_PER_PAGE = 20 19 20
