I am trying to find out the best way for testing admin.ModelAdmin in admin.py. Specifically I am overriding the save_model() function whic
admin.ModelAdmin
admin.py
save_model()
I had a similar problem so I wrote a tiny little helper here: https://github.com/metzlar/djest