remove new_serialize, this is now the new standard

This commit is contained in:
Laura Klünder 2024-12-04 15:48:48 +01:00
parent c1eb47a0e0
commit 3ab84b6e8d
9 changed files with 1 additions and 51 deletions

View file

@ -275,8 +275,6 @@ def get_custom_location_for_request(slug: str, request):
@dataclass
class CustomLocation:
new_serialize: ClassVar = True
locationtype: ClassVar = "customlocation"
can_search = True