#17361: syndication framework: no way to reverse feed url
-------------------------------------------------+--------------------
Reporter: anatoly techtonik <techtonik@…> | Owner: nobody
Type: Bug | Status: new
Component: contrib.syndication | Version: 1.2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------------------+--------------------
It is impossible to get reverse URL for a mapping defined like the one
below:
{{{
(r'^rss/all$', codereview.feeds.AllFeed()),
}}}
`{%url codereview.feeds.AllFeed %}` in template gives the following error:
{{{
NoReverseMatch while rendering: Reverse for 'codereview.feeds.AllFeed'
with arguments '()' and
keyword arguments '{}' not found. [TemplateSyntaxError]
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17361>
Django <https://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.