Below listed commit changes mechanism of checking permission for related
objects when deleting object through the admin panel. Before permission
was checked for the user and now if admin exists then it check through
admin method has_delete_permission(). It is not documented in the release
notes and it broke my code, it would be nice to add it there.
https://github.com/django/django/commit/0eca99dadeed76bf0ac1a3cf4b62926ae5717319
--
Ticket URL: <https://code.djangoproject.com/ticket/32960>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
If you want to offer a patch, I suppose we could consider it, however,
Django 2.1 has been end of life since December 2019 and even users
sticking with 1.11 LTS should have migrated to the next LTS (2.2) before
April 2020, so I doubt there's much benefit to documenting this at this
point.
--
Ticket URL: <https://code.djangoproject.com/ticket/32960#comment:1>