merge RangeLocator into Locator and modernize code

This commit is contained in:
Laura Klünder 2023-12-07 02:15:32 +01:00
parent ae65a68830
commit 34af60782c
14 changed files with 373 additions and 438 deletions

View file

@ -1,5 +1,5 @@
from enum import StrEnum
from typing import Annotated, Optional, Union
from typing import Annotated, Union
from django.core.exceptions import ValidationError
from django.urls import reverse