#16: Create some form of "edit many at once" feature for the admin
----------------------+-----------------------------------------------------
   Reporter:  adrian  |                Owner:  adrian                
     Status:  new     |            Component:  Admin interface       
    Version:          |           Resolution:                        
   Keywords:          |                Stage:  Design decision needed
  Has_patch:  0       |           Needs_docs:  0                     
Needs_tests:  0       |   Needs_better_patch:  0                     
----------------------+-----------------------------------------------------
Comment (by [EMAIL PROTECTED]):

 Ideas:
  * Any unique data can be used for foreignkeys, this will could specified
 like "Category.Slug" or "Category.Id".
  * For ManyToManys a comma separated list of unique data could be used eg
 "Tag.Slugs".
  * For FileFields/ImageFields only files network accessible to the server
 could be added and they'd be added with urllib or similar.
 
 Might have a go at this in a wee bit if it's not decided unnecessary. I
 would probably do it against newforms-admin, since I'd be using newforms-
 widgets and it'd be in the admin, unless anyone thinks that's a bad idea
 of course. Thoughts?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/16#comment:5>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to