mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Got rid of an obsolete setting
This commit is contained in:
@@ -11,10 +11,6 @@ from typing import Any, Callable, Dict, Optional, TypeVar, Union
|
||||
from versions.models import Versionable
|
||||
|
||||
DEFAULTS = {
|
||||
'user_mail_required': {
|
||||
'default': 'False',
|
||||
'type': bool
|
||||
},
|
||||
'max_items_per_order': {
|
||||
'default': '10',
|
||||
'type': int
|
||||
|
||||
Reference in New Issue
Block a user