Ticket #26345: 26345.patch

File 26345.patch, 607 bytes (added by David Binetti, 8 years ago)
  • docs/ref/contrib/postgres/fields.txt

    diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
    index 80b63b9..5073142 100644
    a b All of the range fields translate to :ref:`psycopg2 Range objects  
    588588information is necessary. The default is lower bound included, upper bound
    589589excluded.
    590590
     591.. note::
     592
     593    The PostgreSQL ``DateRangeField`` will always return a canonicalized
     594    form that includes the lower bound and excludes the upper bound; that is, ``[)``.
     595
     596
    591597``IntegerRangeField``
    592598---------------------
    593599
Back to Top