1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_data().

This commit is contained in:
Raphael Merx
2017-03-07 12:22:45 +09:00
committed by Tim Graham
parent 6c5348b9d2
commit fd75c8f2b7
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`).