Opened 10 years ago

Closed 10 years ago

#24011 closed New feature (fixed)

Add Range fields for contrib.postgres

Reported by: Marc Tamlyn Owned by:
Component: contrib.postgres Version: dev
Severity: Normal Keywords: 1.8-alpha
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description


Change History (3)

comment:1 by Tim Graham, 10 years ago

Patch needs improvement: unset

Ready for review

comment:2 by Tim Graham, 10 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham, 10 years ago

Resolution: fixed
Status: newclosed

In 48ad288679a0cb2e2cfb17f128903e6c5b1c4870:

Fixed #24011 -- Added range fields for PostgreSQL.

Added support for PostgreSQL range types to contrib.postgres.

5 new model fields
4 new form fields
New validators
Uses psycopg2's range type implementation in python

Note: See TracTickets for help on using tickets.
Back to Top