Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare_value()

This commit is contained in:
Villiers Strauss 2015-05-22 15:54:31 +02:00 committed by Tim Graham
parent a6b77abff7
commit 614bec41b5
3 changed files with 20 additions and 4 deletions

View file

@ -9,4 +9,5 @@ Django 1.8.3 fixes several bugs in 1.8.2.
Bugfixes
========
* ...
* Fixed ``BaseRangeField.prepare_value()`` to use each ``base_field``s
``prepare_value()`` method (:ticket:`24841`).