Skip to content

Commit

Permalink
Merge pull request #305 from opengisch/backport-302-to-release
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Mar 23, 2022
2 parents 083c756 + 0e8d589 commit e4d3c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-app/qfieldcloud/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ def clean(self) -> None:


class Delta(models.Model):
class Method(Enum):
class Method(str, Enum):
Create = "create"
Delete = "delete"
Patch = "patch"
Expand Down

0 comments on commit e4d3c23

Please sign in to comment.