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

Hi... How to show correct leyend? ![github](https://cloud.githubusercontent.com/assets/636253/14471680/4d4dc2dc-00b5-11e6-947d-ba77b8d7f9c3.png) I used last version. Thanks in advance...

if i add more than 2 items on change form and try to save, changes are not saved because add item has been cloned from previous item and had it's...

When I set up site header through the main urls.py ``` from django.contrib import admin admin.site.site_header = "TEST" ``` I still can see the default Django site title for models...

https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#django.contrib.contenttypes.admin.GenericInlineModelAdmin

When creating a new nested table, after clicking the Add new, at least one field needs to be changed, and "save and continue" must be clicked twice before a save...

As of jQuery 1.6, the .prop() method provides a way to explicitly retrieve property values, while .attr() retrieves attributes. For example, selectedIndex, tagName, nodeName, nodeType, ownerDocument, defaultChecked, and defaultSelected should...

Hi, I am using django version 1.6.7. I encountered the below error from django.contrib.admin.utils import unquote ImportError: No module named utils

Hard to describe so I'll show you: Instead of this: Add another Race Report This: Add another Race Report Purely a visual artefact, functionally both work well. Same as before,...

Pip freeze: Django==1.8.3 django-admin-bootstrapped==2.5.4 django-better-filter-widget==0.4 django-bootstrap3==6.1.0 django-nested-inline==0.3.5 wheel==0.24.0 My admin: class MultipleChoiceOptionInlineAdmin(nested_admin.NestedStackedInline): model = MultipleChoiceOption extra = 0 formfield_overrides = { models.TextField: {'widget': AdminTextInputWidget} } class ComprehensionQuestionInlineAdmin(nested_admin.NestedStackedInline): model = ComprehensionQuestion...