forked from CGM_Public/pretix_original
List of events: Optional calendar view
This commit is contained in:
@@ -175,6 +175,10 @@ DEFAULTS = {
|
||||
'default': 'True',
|
||||
'type': bool
|
||||
},
|
||||
'event_list_type': {
|
||||
'default': 'list',
|
||||
'type': str
|
||||
},
|
||||
'last_order_modification_date': {
|
||||
'default': None,
|
||||
'type': datetime
|
||||
|
||||
@@ -31,6 +31,7 @@ class EventSlugBlacklistValidator(BlacklistValidator):
|
||||
'_global',
|
||||
'__debug__',
|
||||
'api',
|
||||
'events',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user