Changes between Initial Version and Version 2 of Ticket #27223


Ignore:
Timestamp:
Sep 20, 2016, 8:25:14 AM (8 years ago)
Author:
Dariusz Paluch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27223

    • Property Resolutionduplicate
    • Property Status newclosed
  • Ticket #27223 – Description

    initial v2  
    1 https://github.com/django/django/commit/4bc6b939944183533ae74791d21282e613f63a96
    2 That change in construct_instance function makes a bug with custom full_clean validation for *RangeField like fields
    3 
    4 RangeField values are send in POST method by two key=value pair:
    5 my_range_0=1&my_range_1=9
    6 that there is not my_range field in POST so field value is skipped and not copied to instance.
    7 
    8 
     1Yes, this patch fix this.
     2Thank you, and I waiting for 1.10.2 shortly
Back to Top