#9038: url tag not working with reverse in 1.0 as it previously did
------------------------------------------+---------------------------------
Reporter: [EMAIL PROTECTED] | Owner: mtredinnick
Status: closed | Milestone:
Component: Core framework | Version: 1.0
Resolution: fixed | Keywords: url, reverse
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------------+---------------------------------
Comment (by abhi):
Sorry.. I wanted to mean revision 9087. Even with revision 9087 I see the
same exception:
TemplateSyntaxError at /customize/themeeditor/themeoftheday/
Caught an exception while rendering: Reverse for 'navburner.theme_editor'
with arguments '()' and keyword arguments '{}' not found.
Original Traceback (most recent call last):
File "C:\workspaces\navburner-02\django-
latest\django\template\debug.py", line 71, in render_node
result = node.render(context)
File "C:\workspaces\navburner-02\django-
latest\django\template\defaulttags.py", line 378, in render
args=args, kwargs=kwargs)
File "C:\workspaces\navburner-02\django-
latest\django\core\urlresolvers.py", line 254, in reverse
*args, **kwargs)))
File "C:\workspaces\navburner-02\django-
latest\django\core\urlresolvers.py", line 243, in reverse
"arguments '%s' not found." % (lookup_view, args, kwargs))
NoReverseMatch: Reverse for 'navburner.theme_editor' with arguments '()'
and keyword arguments '{}' not found.
--
Ticket URL: <http://code.djangoproject.com/ticket/9038#comment:9>
Django <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
-~----------~----~----~----~------~----~------~--~---