Replies: 1 comment 1 reply
-
Hey, thanks for the suggestion. Feel free to create a PR otherwise I'll do it whenever I can. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Is there a method on_model_change or is it planned? there is such a method in the flask admin and it allows you to intercept the data before saving. It turns out an analogue of the save method in Django. or maybe there is some solution? I need to fill in the field before saving to the database, I did not find a solution.
`
class PostView(ModelView):
`
Beta Was this translation helpful? Give feedback.
All reactions