hi django guys,

is there a simple way to convert URL parameter for views
automatically?

let's say I have in my urls.py:

(r'^myview/(\d+)/', 'myview')

and I know that myview will *always* receive an int parameter, can
django convert this type somehow automatically?

thanks a lot,
michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to