agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
350 stars 87 forks source link

override save_formset #220

Open zbynekdrlik opened 4 years ago

zbynekdrlik commented 4 years ago

Hi, I am using this module in admin and want override function which call save_model on all attributes. It should be save_formset but it doesn't work. What is right approach to override function where all instances to save is available?