mirror of
https://github.com/django/django.git
synced 2025-07-19 19:25:26 +00:00
Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with non-None obj during add.
Thanks andreage for the report and suggested fix.
This commit is contained in:
parent
0123b67f6b
commit
02c07be95c
3 changed files with 24 additions and 1 deletions
|
@ -22,3 +22,7 @@ Bugfixes
|
|||
* Fixed a regression in Django 2.1.4 (which enabled keep-alive connections)
|
||||
where request body data isn't properly consumed for such connections
|
||||
(:ticket:`30015`).
|
||||
|
||||
* Fixed a regression in Django 2.1.4 where
|
||||
``InlineModelAdmin.has_change_permission()`` is incorrectly called with a
|
||||
non-``None`` ``obj`` argument during an object add (:ticket:`30050`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue