Changes between Version 1 and Version 2 of Ticket #23834, comment 4
- Timestamp:
- Nov 15, 2014, 9:26:33 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23834, comment 4
v1 v2 3 3 The exact same thing happens with a normal IntegerArrayModel, it's not specific to the Nullable one. 4 4 5 get_default() in ArrayField defaults to returning '', it seems that should be None or []depending on the value of self.null.5 get_default() in ArrayField defaults to returning `''`, it seems that should be `None` or `[]` depending on the value of self.null.