On Sep 8, 2:46 am, Julien Phalip <[EMAIL PROTECTED]> wrote:
> I don't think this would be too hard to implement either. The URL
> routing would have to be redesigned though, as it is currently not
> very flexible. Maybe something like the following to edit multiple
> objects on the same page:http://www.mysite/admin/myapp/mymodel/1;2;3/

I don't think that's necessary. If inline edits are possible on the
changelist page, the URLs can stay the same as they are at the moment
- right now, the changelist page has incredibly powerful querystring
based URLs that can filter on almost anything that can be done with an
ORM .filter() call. Your above example would look like this:

http://example.com/admin/myapp/mymodel/?id__in=1,2,3

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to