#30956: Add support for Lower and Upper lookups in RangeField (PostgreSQL)
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  Dulmandakh                         |
                   Type:  New        |         Status:  new
  feature                            |
              Component:  Database   |        Version:  3.0
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Range type in PostgreSQL supports lookup using lower or upper bound of a
 range. See https://www.postgresql.org/docs/current/functions-range.html
 #RANGE-FUNCTIONS-TABLE

 Currently, RangeField has startswith and endswith lookups, but it doesn't
 support lookup joins, like `startswith__gte`,  due to output_field
 implementation. So there is a need to add support for lower and upper
 lookups.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30956>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.2888e6f36a736307c19b5b48597942c8%40djangoproject.com.

Reply via email to