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 , 10 years ago
Patch needs improvement: | unset |
---|
comment:2 by , 10 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Ready for review