#29916: Add additional Postgres lookups to gain parity with supported range
functions in Postgres
-------------------------------------+-------------------------------------
               Reporter:  Peter J.   |          Owner:  (none)
  Farrell                            |
                   Type:  New        |         Status:  assigned
  feature                            |
              Component:             |        Version:  2.1
  contrib.postgres                   |       Keywords:  lower_inf,
               Severity:  Normal     |  upper_inf, isempty, lower_inc,
           Triage Stage:             |  upper_inc
  Unreviewed                         |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Add support for following functions for Postgres range fields that are
 currently not supported in Django:

 isempty
 lower_inc
 upper_inc
 lower_inf
 upper_inf

 Example code:
 [https://gist.github.com/peterfarrell/5c7b8d80319563813caba6320b568829]

 These can all be implemented as new ORM lookups for the Postgres range
 type fields so the Django ORM can gain parity with functionality available
 in Postgres range fields.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29916>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/055.61a720150fc250d90c5a001fa009625e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to