> hello
> while using GET form, I can select several objects with an URL like:
> xxxxxx?id=1&id=2&id=3 etc..
>
> How could I have instead an URL like that:
> xxxxxx?id=1,2,3,4 etc... ??
>
> Thanks,
> _j
Why would you want to? The first is the standard HTTP method of
sending multiple items in a GET (and indeed in a POST, although you
don't see the data in the URL). Changing it would probably be a bad
idea.
--
DR.
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment