~netlandish/django-wiki

2d940dc60971d94f1dd7996d3d973e5dd5b96331 — Benjamin Bach 6 years ago a1e799c + 8a453fb
Merge pull request #853 from atombrella/misleading_transaction_comments

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