Thanks Chang.Jian,
Goth
test_url = reverse('test.views.index', args=['slug'])
and
test_url = reverse('test.views.index', kwargs={'some_slug': 'slug'})
work as expected...
reverse('test:index', args=['slug']) would be the desired syntax, but the
other will work fine as a work around. Anyone know if this is a known issue
with the dev team? My Google searches didn't come up with much.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/WjsHILwvJlwJ.
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.