Skip to content

Commit b38f84a

Browse files
committed
Fix grappelli collapsible tabular inlines. fixes #90
1 parent 1e5ab38 commit b38f84a

File tree

11 files changed

+161
-4
lines changed

11 files changed

+161
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Changelog
88
inlines (`#122`_)
99
* Fixed: (grappelli) generic ``related_lookup`` and
1010
``autocomplete_lookup_fields`` (`#114`_)
11+
* Fixed: (grappelli) Collapsible tabular inlines with
12+
``NestedTabularInline.classes`` now work. (`#90`_)
1113

14+
.. _#90: https://github.com/theatlantic/django-nested-admin/issues/90
1215
.. _#114: https://github.com/theatlantic/django-nested-admin/issues/114
1316
.. _#118: https://github.com/theatlantic/django-nested-admin/issues/118
1417
.. _#122: https://github.com/theatlantic/django-nested-admin/issues/122

nested_admin/static/nested_admin/dist/nested_admin.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nested_admin/static/nested_admin/dist/nested_admin.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nested_admin/static/nested_admin/dist/nested_admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)