Opened 2 years ago

Last modified 2 years ago

#33656 closed Bug

RangeWidget crashes for RangeFields for lists/tuples in default. — at Version 3

Reported by: Li Yun Owned by: Li Yun
Component: contrib.postgres Version: 3.2
Severity: Normal Keywords: MultiWidget, RangeWidget, psycopg2
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 (last modified by Mariusz Felisiak)

RangeWidget crashes for RangeFields for lists/tuples in default.

Change History (3)

comment:1 by Li Yun, 2 years ago

Owner: changed from nobody to Li Yun
Summary: crash when putting tuples as input for param of "default" in range fields (psycopg2)crash when putting tuples as input for param of "default" in all range fields (psycopg2)

comment:2 by Li Yun, 2 years ago

Has patch: set

comment:3 by Mariusz Felisiak, 2 years ago

Component: Database layer (models, ORM)contrib.postgres
Description: modified (diff)
Needs tests: set
Summary: crash when putting tuples as input for param of "default" in all range fields (psycopg2)RangeWidget crashes for RangeFields for lists/tuples in default.
Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top