mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Deprecate PluginType
This commit is contained in:
@@ -5,6 +5,11 @@ from django.apps import apps
|
||||
|
||||
|
||||
class PluginType(Enum):
|
||||
"""
|
||||
Plugin type classification. THIS IS DEPRECATED, DO NOT USE ANY MORE.
|
||||
This is only not removed yet as external plugins might have references
|
||||
to this enum.
|
||||
"""
|
||||
RESTRICTION = 1
|
||||
PAYMENT = 2
|
||||
ADMINFEATURE = 3
|
||||
|
||||
Reference in New Issue
Block a user