mirror of
https://github.com/django/django.git
synced 2025-08-15 00:00:47 +00:00
[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_data().
Backport of fd75c8f2b7
from master
This commit is contained in:
parent
679560b7d8
commit
89b31b312e
3 changed files with 14 additions and 1 deletions
|
@ -9,4 +9,5 @@ Django 1.10.7 fixes several bugs in 1.10.6.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Made admin's ``RelatedFieldWidgetWrapper`` use the wrapped widget's
|
||||
``value_omitted_from_data()`` method (:ticket:`27905`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue