Friday, September 3, 2010

Re: customize url for GET form

I think that if you use id=1&id=2&id=3 you are overriding the id value... It's no way to do that with GET

On Fri, Sep 3, 2010 at 15:20, jean polo <josiano.web@googlemail.com> wrote:
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

--
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.




--
Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx, .ppt and/or .pptx

--
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