daniyalzade / django_reverse_admin

Django Reverse Admin
BSD 3-Clause "New" or "Revised" License
199 stars 54 forks source link

Using Save-button results in 'Added' message #306

Open intrepidclass opened 3 months ago

intrepidclass commented 3 months ago

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?