One thing I'm not sure of it, how to tell if a particular Admin page is
triggering a particular Admin instance.
On Tuesday, September 13, 2022 at 11:27:54 AM UTC-5 Mike Kilmer wrote:
> After having upgraded from Django 3 to 4 the save_model() method isn't
> running, though the form it imports d
After having upgraded from Django 3 to 4 the save_model() method isn't
running, though the form it imports does.
```
class MyCoolMapAdmin(SuperUserChangeOnlyMixIn, FilterByOwnerAdmin):
form = MyCoolModelForm
print("this prints on app initialization")
def save_model(self, request,
2 matches
Mail list logo