1
0
mirror of https://github.com/django/django.git synced 2025-10-24 22:26:08 +00:00

Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().

This commit is contained in:
Raphael Merx
2017-03-08 03:56:29 +09:00
committed by Tim Graham
parent 6c5348b9d2
commit 2a3a0eb092
3 changed files with 14 additions and 1 deletions

View File

@@ -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`).