Changes between Version 1 and Version 2 of Ticket #33344
- Timestamp:
- Dec 7, 2021, 10:01:01 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33344 – Description
v1 v2 13 13 The problem arises when we display the periods of multiple `Foo`s. Using the default bound of `[)` returned by postgres means that adjacent `Foo`s "visually" share a date in the upper of one and lower of the other. We could of course handle this ''each time'' we output the value by decrementing the upper value. But this is a bit error prone and can lead to confusions. 14 14 15 I propose that we add something inthe lines of the following to `django.contrib.postres.fields.ranges` (heavily inspired by Jakub Skałeckis comment at https://code.djangoproject.com/ticket/27147#comment:8):15 I propose that we add something along the lines of the following to `django.contrib.postres.fields.ranges` (heavily inspired by Jakub Skałeckis comment at https://code.djangoproject.com/ticket/27147#comment:8): 16 16 17 17 {{{