#7803: url template tag doesn't pass arguments to view
---------------------------------------+------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: closed | Milestone:
Component: Template system | Version: SVN
Resolution: wontfix | Keywords: url templatetag
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------+------------------------------------
Changes (by Mnewman):
* keywords: url => url templatetag
* status: new => closed
* resolution: => wontfix
* summary: Peter => url template tag doesn't pass arguments to view
Comment:
Marking WON'T FIX because the url template tag is only there to return a
url. If you look at the mark up of case 3 the html is
{{{<a href="/ticket/100/">}}}
There is no way to pass python context into a HTML request. The url tag
should not be expected to accomplish the case 2 action.
--
Ticket URL: <http://code.djangoproject.com/ticket/7803#comment:2>
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
-~----------~----~----~----~------~----~------~--~---