mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
- [x] Data model - [x] CRUD - [x] Editor - [x] Migration from old settings - [x] Clone files when copying events - [x] badges? - [x] Actual ticket output - [x] Default layout on event creation - [x] Link well from ticketing settings - [x] Tests - [x] Shipping plugin - [x] Migration - [x] Settings - [x] Create default - [x] API
This commit is contained in:
@@ -320,7 +320,7 @@ class CompatibleJSONField(serializers.JSONField):
|
||||
|
||||
def to_representation(self, value):
|
||||
if value:
|
||||
return json.load(value)
|
||||
return json.loads(value)
|
||||
return value
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user