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

Django 3.2 django-nested-inline 0.4.3 Uncaught TypeError: $element.select2 is not a function at init (autocomplete.js:18) at HTMLSelectElement. (autocomplete.js:25) at Function.each (jquery.js:381) at jQuery.fn.init.$.fn.djangoAdminSelect2 (autocomplete.js:23) at HTMLDocument. (autocomplete.js:33) at mightThrow (jquery.js:3762) at...

adding another line doesn't work autocomplete_fields. I'm using NestedTabularInline

requires more information

Searched for it and couldn't find anything. I need to do reversed nested inline, what way should I looking for?

Hi, The `FieldDoesNotExist` exception used in `admin.py` on line 216 has moved in Django in version 3.1 (see https://docs.djangoproject.com/en/3.1/releases/3.1/) > The compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed This...

The `field-box` class has been renamed to `fieldBox` in django 2.1, therefore the style doesn't work from django 2.1 onwards. This PR adds `fieldset .fieldBox` to the style, to bring...

The error occurs at "nested_inline/admin.py in add_view" line 178 when trying to save an object. As an example I have these lines: ``` inlines = (CaseStudyTextBlockInline, CaseStudyFullWidthImageInline, CaseStudyVideoInline, CaseStudyImageSliderInline) ```...

Image uploading in the first inline-level works fine, but in the second level or third level, it gets ignored. Nothing fails and the rest of the fields data get saved...

> The admin CSS class field-box is renamed to fieldBox to prevent conflicts with the class given to model fields named “box”. https://docs.djangoproject.com/en/3.0/releases/2.1/#miscellaneous