#9880: Spaces in assignment of values of named parameters for 'url' template
function raise 'TypeError'
---------------------------------------------------+------------------------
Reporter: Art Skvira <[email protected]> | Owner:
nobody
Status: new | Milestone:
Component: Uncategorized | Version: 1.0
Keywords: | Stage:
Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------------------------------+------------------------
When '=' sign in statement like this:
{% url vj job_id=job.id %}
is surrounded by spaces, ie.
{% url vj job_id = job.id %}, view raises TypeError:
http://dpaste.com/100225/
--
Ticket URL: <http://code.djangoproject.com/ticket/9880>
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
-~----------~----~----~----~------~----~------~--~---