Add configure_fieldset()
stub for master view.
This commit is contained in:
parent
5f1c60e362
commit
e02357a791
|
@ -490,6 +490,12 @@ class MasterView(View):
|
|||
fieldset.prettify = prettify
|
||||
return fieldset
|
||||
|
||||
def configure_fieldset(self, fieldset):
|
||||
"""
|
||||
Configure the given fieldset.
|
||||
"""
|
||||
fieldset.configure()
|
||||
|
||||
def after_create(self, instance):
|
||||
"""
|
||||
Event hook, called just after a new instance is saved.
|
||||
|
|
Loading…
Reference in a new issue