django_reverse_admin
django_reverse_admin copied to clipboard
Using Save-button results in 'Added' message
When I use the change form to modify an object that uses reverse_admin, I get a success message saying the object has been added. Which is confusing since the object already existed.
While debugging, I can see that ModelAdmin.response_add() is called instead of ModelAdmin.response_change()
What's going on there?