Perhaps, with a regex line in urls.py as:
(^\d+)?(/\d+)*/?$ you can get all the number style: http://url/1/2/3/4/5... but I don't know how do it exactly.
--
Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx, .ppt and/or .pptx
-- On Fri, Sep 3, 2010 at 15:46, Tom Evans <tevans.uk@googlemail.com> wrote:
2010/9/3 Alexandre González <agonzalezro@gmail.com>:
> I think that if you use id=1&id=2&id=3 you are overriding the id value...Au contraire:
> It's no way to do that with GET
>
>>> from django.http import QueryDict
>>> QueryDict('id=1&id=2&id=3')
<QueryDict: {u'id': [u'1', u'2', u'3']}>
Cheers
Tom
--
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