-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Following Intervals result in invalid or wrong field value when set to IntIntervalField:
- Interval:
IntInterval(None)hyphenized form:-which is invalid value forIntInterval.from_string(' -') - Interval
IntInterval([None, -3])hyphenized form- -3which is invalid value forIntInterval.from_string(' - -3') - Interval:
IntInterval([None, 3])hyphenized form- 3which givesIntInterval('[-3, -3]')
Also, value " " results in IntInterval('[,]') although it is an empty value.
Metadata
Metadata
Assignees
Labels
No labels