Changes between Version 1 and Version 2 of Ticket #23834, comment 4


Ignore:
Timestamp:
Nov 15, 2014, 9:26:33 AM (9 years ago)
Author:
Remco Gerlich

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23834, comment 4

    v1 v2  
    33The exact same thing happens with a normal IntegerArrayModel, it's not specific to the Nullable one.
    44
    5 get_default() in ArrayField defaults to returning '', it seems that should be None or [] depending on the value of self.null.
     5get_default() in ArrayField defaults to returning `''`, it seems that should be `None` or `[]` depending on the value of self.null.
Back to Top