Changes between Initial Version and Version 1 of Ticket #33344
- Timestamp:
- Dec 7, 2021, 10:00:47 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33344 – Description
initial v1 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 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 in 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 {{{