#36379: add TSTZRANGE postgres function to django.contrib.postgres.functions
-------------------------------------+-------------------------------------
     Reporter:  anthony sottile      |                     Type:  New
                                     |  feature
       Status:  new                  |                Component:
                                     |  contrib.postgres
      Version:  5.2                  |                 Severity:  Normal
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
 I believe something like

 {{{
 class TsTzRange(models.Func):
     function = "TSTZRANGE"
     output_field = DateTimeRangeField()
 }}}

 https://www.postgresql.org/docs/current/rangetypes.html#RANGETYPES-
 CONSTRUCT
-- 
Ticket URL: <https://code.djangoproject.com/ticket/36379>
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 view this discussion visit 
https://groups.google.com/d/msgid/django-updates/01070196b5e8ad39-4d3a0121-b6c4-437a-ad5a-81978ebdd1b1-000000%40eu-central-1.amazonses.com.

Reply via email to