diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-30 05:22:50 -0400 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-08-30 11:36:04 +0200 |
| commit | 152b1d783bfcf1bab8a038999e1f848a1b4384ef (patch) | |
| tree | d575817d7d0ac7ae9d54edc85a62aa57465674d8 /docs/releases/2.1.1.txt | |
| parent | e7acd99113dfedee1bfcdadd2f81db96ab01e95d (diff) | |
[2.1.x] Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
* Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'.
* Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
Backport of fd8a7a5313f5e223212085b2e470e43c0047e066 from master
Diffstat (limited to 'docs/releases/2.1.1.txt')
| -rw-r--r-- | docs/releases/2.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index 759d24c391..821c90aa68 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -46,3 +46,6 @@ Bugfixes ``values_list()`` after combining querysets with ``extra()`` with ``union()``, ``difference()``, or ``intersection()`` crashed due to mismatching columns (:ticket:`29694`). + +* Fixed crash if ``InlineModelAdmin.has_add_permission()`` doesn't accept the + ``obj`` argument (:ticket:`29723`). |
