Changes between Version 1 and Version 5 of Ticket #26215
- Timestamp:
- Feb 15, 2016, 11:23:07 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26215
- Property Cc added
- Property Component Database layer (models, ORM) → contrib.postgres
- Property Has patch set
- Property Patch needs improvement set
- Property Triage Stage Unreviewed → Accepted
- Property Summary if dumpdata FloatRangeField and IntegerRangeField values = "None" and post loaddata is ValidationError → FloatRangeField/IntegerRangeField with None as a range boundary doesn't round trip in serialization
-
Ticket #26215 – Description
v1 v5 5 5 Conversion problem. accept string u'None' to float type 6 6 7 Track: 7 Traceback: 8 {{{ 8 9 File "/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py", line 1803, in to_python 9 10 params={'value': value}, 10 11 }}} 11 12 Decision: 12 13