~netlandish/django-wiki

8a453fbdb17e728510d28c1b158b27764e046a88 — Mads Jensen 6 years ago a05028e
Removed an outdated comment about imports in wiki.models.urlpath.
1 files changed, 0 insertions(+), 1 deletions(-)

M src/wiki/models/urlpath.py
M src/wiki/models/urlpath.py => src/wiki/models/urlpath.py +0 -1
@@ 8,7 8,6 @@ from django.core.exceptions import ValidationError
from django.db import models, transaction
from django.db.models.signals import post_save, pre_delete
from django.urls import reverse
# Django 1.6 transaction API, required for 1.8+
from django.utils.translation import gettext, gettext_lazy as _
from mptt.fields import TreeForeignKey
from mptt.models import MPTTModel