Changes between Initial Version and Version 1 of Ticket #27147, comment 12
- Timestamp:
- Jun 15, 2021, 8:53:05 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27147, comment 12
initial v1 3 3 I'm currently facing a problem related to this ticket: I have a `DateTimeRangeField` field and there's no easy way, other than writing a custom `ModelForm` and subclassing `forms.DateTimeRangeField`, to customize a bound other than the default "[)". These values are represented by `tstzrange`, one of the types that does not "suffer" of the aforementioned canonical representation https://www.postgresql.org/docs/current/rangetypes.html#RANGETYPES-DISCRETE. 4 4 5 Is this issue still relevant for the current state of Django ? IMO it's a good feature to add ...5 Is this issue still relevant for the current state of Django ? IMO it's a good feature to add (I'm available to work on it)... 6 6 7 7 Looking forward for opinions.