Remove the 'email' and 'mobile_phone' fields on Person ...
Compare changes
Files
2- Jonas Braathen authored
+ 1
− 1
@@ -33,7 +33,7 @@ class PersonFilter(FilterSet):
@@ -33,7 +33,7 @@ class PersonFilter(FilterSet):
Remove the 'email' and 'mobile_phone' fields on Person and use identities to represent this data instead.