Deprecate PluginType

This commit is contained in:
Raphael Michel
2016-11-03 11:33:00 +01:00
parent ad35110166
commit 0b167aaa2c
12 changed files with 11 additions and 35 deletions

View File

@@ -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