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()
Check out Django's ModelAdminTests for examples.