wagtail / django-modelcluster

Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485 stars 66 forks source link

Use instance attributes rather than kwargs dict for inherit_kwargs #157

Closed gasman closed 2 years ago

gasman commented 2 years ago

Passing on kwargs from the dict as seen by ClusterForm.init means that kwargs handled earlier in the inheritance chain (such as PermissionedForm.for_user) won't be seen.