mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare_value()
This commit is contained in:
parent
a6b77abff7
commit
614bec41b5
3 changed files with 20 additions and 4 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue