On Wed, Oct 22, 2008 at 12:30 PM, Brandon Taylor
<[EMAIL PROTECTED]> wrote:
>
> The error is:
> Reverse for '<function post_comment at 0x1ac9df0>' with arguments '()'
> and keyword arguments '{}' not found.
...
> I see there is an closed ticket: http://code.djangoproject.com/ticket/8571.
> I have cleared out all of my .pyc files as suggested, but I'm still
> getting the template error. Can anyone offer any advice?Are you using v1.0, or are you using a post v1.0 checkout (either from trunk or from the v1.0.X branch)? The ticket you have referenced was closed because it appeared to be a duplicate of #9038; that ticket was fixed after the release of v1.0, which means that the v1.0 release doesn't contain the fix. If you can update to a recent checkout, you should be able to resolve the problem. If you're using a recent (i.e., post [9087]) checkout, you may have found a new bug, in which case, having some additional debug information (such as a minimal test project that demonstrates the problem) would be helpful. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

