Changes between Initial Version and Version 1 of Ticket #28702, comment 3
- Timestamp:
- Oct 14, 2017, 7:46:52 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28702, comment 3
initial v1 1 I think the change is necessary to make. The fact that `citext` doesn't behave like described in PostgreSQL's documentation is a flaw in the original implementation. I'm not sure about the "Backwards compatibility" concerns, but haven't other features been bug-fixed in minor releases as well, which would qualify for this as well? 1 I think the change is necessary to make. The fact that `citext` doesn't behave like described in PostgreSQL's documentation is a flaw in the original implementation. I'm not sure about the "Backwards compatibility" concerns, but haven't other features been bug-fixed in minor releases as well, which would qualify for this as well? What about `CIEmailField` in the list? 2 2 3 3 I checked the query for `array_field__contains=['joe']` which is casted correctly.