summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornnrcschmdt <e.rico.schmidt@gmail.com>2017-06-19 16:27:46 (GMT)
committernnrcschmdt <e.rico.schmidt@gmail.com>2017-06-19 16:27:46 (GMT)
commitd94da988e1e230599161458b0d39341003dac3eb (patch)
tree8b6829b50c7a19c13de037cced71dad572569766
parenta340eaf6640c59691a97197a39aba5929d111d13 (diff)
moved reverse import to new namespace
-rw-r--r--program/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/models.py b/program/models.py
index 9945145..8630b35 100644
--- a/program/models.py
+++ b/program/models.py
@@ -1,6 +1,6 @@
from django.contrib.auth.models import User
from django.core.exceptions import ObjectDoesNotExist, ValidationError, MultipleObjectsReturned
-from django.core.urlresolvers import reverse
+from django.urls import reverse
from django.db import models
from django.db.models import Q
from django.utils.translation import ugettext_lazy as _