#13407: admin "add another" inline JS fails for M2M inlines ----------------------------------+----------------------------------------- Reporter: carljm | Owner: nobody Status: new | Milestone: 1.2 Component: django.contrib.admin | Version: SVN Keywords: jquery | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- The generated "id" attributes contain a spurious "+" right after the model name, which seems to prevent jQuery from selecting by that id.
This is with an auto-generated through model (using "model = Something.relation.through" in the InlineModelAdmin). Haven't yet tested with real m2m through models, but I'm guessing that would make the problem go away, as it's then just like a normal FK. I'll add a test case soon. -- Ticket URL: <http://code.djangoproject.com/ticket/13407> 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 [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.
