2 Commits
Author SHA1 Message Date
Adrian Muntean d8b872758c Return empty string in case of None 2019-02-20 12:26:04 +02:00
Adrian Muntean a0ca977cab Set None in case the LocalizedIntegerField is null
In case the LocalizedIntegerField is null in the DB then it must explicitly be set to None,
otherwise it will yield TypeError: __str__ returned non-string
2019-02-14 14:48:38 +02:00