split up editor/wrappers.py

This commit is contained in:
Laura Klünder 2017-06-21 14:03:11 +02:00
parent 3e4d202b29
commit 7d736665a4
10 changed files with 354 additions and 332 deletions

View file

@ -12,7 +12,8 @@ from django.utils.translation import ugettext_lazy as _
from django.utils.translation import ungettext_lazy
from c3nav.editor.models.change import Change
from c3nav.editor.wrappers import ModelWrapper, is_created_pk
from c3nav.editor.utils import is_created_pk
from c3nav.editor.wrappers import ModelWrapper
from c3nav.mapdata.models import LocationSlug
from c3nav.mapdata.models.locations import LocationRedirect