#8571: comment framework throws obscure exception in {% comment_form_target %}
----------------------------------------------+-----------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: closed | Milestone: post-1.0
Component: django.contrib.comments | Version: 1.0
Resolution: worksforme | Keywords: comment,
comment_form_target
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------+-----------------------------
Changes (by carljm):
* status: reopened => closed
* resolution: => worksforme
Comment:
Unable to reproduce this on 1.0.
I did have this problem when I first upgraded with "svn up." The culprit
was that the old django.contrib.comments had a "urls" directory which was
not removed by svn because of the .pyc files in it. The new
contrib.comments just has a urls.py file, but the urls directory was
masking it. Check your Django source tree under contrib/comments; if
there's a urls subdirectory, remove it (you can verify with "svn status"
that it shouldn't be there).
--
Ticket URL: <http://code.djangoproject.com/ticket/8571#comment:12>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---