Fixed get_absolute_url() for comments. Previously, it relied on "view on site"
commitc4cbd81b416cd9dc27636898d381ec8874432a6a
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Wed, 27 Aug 2008 07:04:58 +0000 (27 07:04 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Wed, 27 Aug 2008 07:04:58 +0000 (27 07:04 +0000)
treefbfeb5ac662786c66b94277483c2c1d21f348943
parent018070758dc0e32946466e59b6f9c5854ec9f710
Fixed get_absolute_url() for comments. Previously, it relied on "view on site"
for admin being reversible or required people to set up their own version. Now
we ship a default pattern in the comments URLs in a way that is unlikely to
clash with anything else.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/contrib/comments/models.py
django/contrib/comments/urls.py