Skip to content

Commit

Permalink
Fix grappelli collapsible tabular inlines. fixes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Apr 8, 2019
1 parent 1e5ab38 commit b38f84a
Show file tree
Hide file tree
Showing 11 changed files with 161 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Changelog
inlines (`#122`_)
* Fixed: (grappelli) generic ``related_lookup`` and
``autocomplete_lookup_fields`` (`#114`_)
* Fixed: (grappelli) Collapsible tabular inlines with
``NestedTabularInline.classes`` now work. (`#90`_)

.. _#90: https://github.com/theatlantic/django-nested-admin/issues/90
.. _#114: https://github.com/theatlantic/django-nested-admin/issues/114
.. _#118: https://github.com/theatlantic/django-nested-admin/issues/118
.. _#122: https://github.com/theatlantic/django-nested-admin/issues/122
Expand Down
9 changes: 9 additions & 0 deletions nested_admin/static/nested_admin/dist/nested_admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nested_admin/static/nested_admin/dist/nested_admin.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nested_admin/static/nested_admin/dist/nested_admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b38f84a

Please sign in to comment.