django-nested-inline icon indicating copy to clipboard operation
django-nested-inline copied to clipboard

Nested inline support for Django admin

Results 79 django-nested-inline issues
Sort by recently updated
recently updated
newest added
trafficstars

if the top inline is for a onetoonefield, the nested inlines also do not have a delete checkbox

Hi, I'm using this package in combination with another package (django-easy-map) so I can add several address to a record. I tested independently both packages and works. But when I...

Vanilla install with Django 1.8 using examples in docs gets 'LevelOneInline' object has no attribute 'queryset'.

When you have created an instance of inline with nested inlines and then decided to create another inline its nested inline's add button simply adds a new form to the...

Small fixes in NestedInline.get_formsets().

While the template is in the egg. It isn't found by default. Copying it over is a solution, but I would hope it works out of the box in Django...

Old $this.attr("tagName") returns undefined, so condition with "TR" was unavailable

Hi, Something wrong with my setup. I'm using django 1.4.5 and the lates nested-inline from git. It creates at the start form with nested inlines without any problems. Unfortunately "add...

bug

I'm seeing an incorrect count on parent inlines when new ones are added. The JS appears to be counting ALL inlines to get the count for new parent inlines, instead...