#15760: Feature: JS Hooks for Dynamic Inlines
-------------------------------------+-------------------------------------
     Reporter:  mlavin               |                    Owner:
         Type:  New feature          |                   Status:  new
    Component:  contrib.admin        |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  inlines jquery       |             Triage Stage:  Accepted
  callback                           |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  1
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by per856):

 * needs_docs:  1 => 0


Comment:

 Updated this patch to current master, with some alterations. Added
 documentation.

 Patch: https://github.com/django/django/pull/542

 This fix also fixes accepted duplicate #19314

 Example usage:
 {{{
 django.jQuery(document).bind('formset_add.admin.my_widget',
 function(event, row_element) {
     my_widget_setup($('.my_widget', row_element));
 });
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/15760#comment:12>
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 https://groups.google.com/groups/opt_out.


Reply via email to