#9107: URL arguments to set values of fields in admin don't work for inlines
----------------------------------+-----------------------------------------
 Reporter:  [EMAIL PROTECTED]     |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  SVN       
 Keywords:  admin inline          |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 Though it works just fine to set the value of a field in the admin with
 URL arguments (i.e. adding '?title=foo' to your URL sets the value of the
 field 'title' to 'foo'), this doesn't work if the field you're trying to
 set is in an inline. In such a case the syntax would presumably be
 something along the lines of '?inlinemode_set-0-fieldname' if you were
 trying to set the value fo the first instance of the inline model. This,
 however, doesn't work nor does any other variation I was able to think of.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9107>
Django <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 django-updates@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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to