Skip to content
Snippets Groups Projects

tweak DomainObject comparisons

Merged Martin Reinecke requested to merge comparisons into nightly
7 files
+ 19
23
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -24,6 +24,8 @@ class FieldArray(FieldType):
def __init__(self, shape):
super(FieldArray, self).__init__()
self._needed_for_hash += ["_shape"]
try:
self._shape = tuple([int(i) for i in shape])
except TypeError:
Loading