0👍
✅
Inside the save method use…
Action.objects.filter(project = self).update(complete=True)
1👍
Have you tried the hook system?
https://www.djangoproject.com/documentation/0_91/models/save_delete_hooks/
I think it’s what you are looking for 😉
- [Answer]-Where to put object creation logic?
- [Answer]-Bootstrap and django keep button and input on same line
- [Answer]-Twitter Bootstrap not displaying in Template
Source:stackexchange.com