jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
770 stars 180 forks source link

fix: pass kwargs to super get_inline_formsets to fix integrations #350

Closed mindtraveller closed 1 year ago

mindtraveller commented 1 year ago

when using both django-admin-sortable2 and django-nested-admin integration fails with an error:

get_inline_formsets() got an unexpected keyword argument 'allow_nested'
image

Added kwargs to be on the safe page

mindtraveller commented 1 year ago

wow, that's the speed of approval, I appreciate that! @jrief could you tell when you can release a patch version?

jrief commented 1 year ago

adding a note to the Changelog would speed it up even more :) Version 2.1.7 is on the way to PyPI.