reimplement GEOMETRY_MODELS etc.
This commit is contained in:
parent
9a1ce01fdb
commit
65ccf1d92f
11 changed files with 53 additions and 20 deletions
|
@ -2,10 +2,10 @@ from collections import OrderedDict
|
|||
|
||||
from django.utils.translation import get_language
|
||||
|
||||
FEATURE_TYPES = OrderedDict()
|
||||
EDITOR_FORM_MODELS = OrderedDict()
|
||||
|
||||
|
||||
class EditorFormMixin():
|
||||
class EditorFormMixin:
|
||||
EditorForm = None
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue