Changes between Initial Version and Version 1 of Ticket #33344


Ignore:
Timestamp:
Dec 7, 2021, 10:00:47 AM (2 years ago)
Author:
Vidir Valberg Gudmundsson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33344 – Description

    initial v1  
    1313The 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.
    1414
    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):
     15I 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):
    1616
    1717{{{
Back to Top