Recommendations for where to override CRUD logic #69
Unanswered
lovetoburnswhen
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey, Just to be clear, why do you need to implement the whole create logic? Why won't some events like And at the moment we don't have either of those, I was just wondering what your use-case is. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if there were any good override points for introducing custom logic into the CRUD operations.
Ideally there would be something like
ModelAdmin._custom_create(self, **kwargs)
that would receive the validated form data and would be separate from any HTTP/user-facing stuffBeta Was this translation helpful? Give feedback.
All reactions