#16540: rev16487 breaks InlineModelAdmin prepopulated_fields
-----------------+---------------------------------
 Reporter:  mk   |          Owner:  nobody
     Type:  Bug  |         Status:  new
Milestone:       |      Component:  contrib.admin
  Version:  SVN  |       Severity:  Release blocker
 Keywords:       |   Triage Stage:  Unreviewed
Has patch:  0    |  Easy pickings:  1
    UI/UX:  0    |
-----------------+---------------------------------
 There's a typo in [16487] breaking prepopulated_fields functionality:


 {{{
 js.extend(['urlify.js, prepopulate.min.js'])
 }}}

 should be

 {{{
 js.extend(['urlify.js', 'prepopulate.min.js'])
 }}}

 instead.

 (django/contrib/admin/options.py#L1332 in current SVN trunk)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16540>
Django <https://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 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to