Commit f5e3d8f9 authored by Paul Brown's avatar Paul Brown

Merge pull request #1071 from edouardberthe/patch-1

Update base.py - Typing error
parents 2e626e33 d6be7da1
......@@ -1345,7 +1345,7 @@ class BaseModelView(BaseView, ActionsMixin):
# Model event handlers
def on_model_change(self, form, model, is_created):
"""
Perform some actions after a model is created or updated.
Perform some actions before a model is created or updated.
Called from create_model and update_model in the same transaction
(if it has any meaning for a store backend).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment