Posts by Calebe Bastos • 9 points
2 posts
-
0
votes1
answer15
viewsA: How to put the validation rule only when saving and not validating in the update in Django admin with python?
Thinking a little bit here I got a solution, I don’t know if you have a specific command in Django to identify when it is Insert or update, but I put it in if to check if the id has something inside…
-
0
votes1
answer15
viewsQ: How to put the validation rule only when saving and not validating in the update in Django admin with python?
I am developing in Django the following application of course management, in the register of a class I have a registration informing the amount of vacancies for doctors and academics, and in the…