django_reverse_admin icon indicating copy to clipboard operation
django_reverse_admin copied to clipboard

Using Save-button results in 'Added' message

Open intrepidclass opened this issue 7 months ago • 0 comments

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?

intrepidclass avatar Jul 05 '24 19:07 intrepidclass