Changes between Initial Version and Version 1 of Ticket #26215


Ignore:
Timestamp:
Feb 12, 2016, 5:40:15 AM (8 years ago)
Author:
Алексей
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26215 – Description

    initial v1  
    1919            return value
    2020        try:
    21             return int(value)
     21            return float(value)
    2222        except (TypeError, ValueError):
    2323            raise exceptions.ValidationError(
Back to Top