summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorHermann Schwärzler <hermann.schwaerzler@freirad.at>2017-07-09 19:35:22 (GMT)
committerHermann Schwärzler <hermann.schwaerzler@freirad.at>2017-07-09 19:35:22 (GMT)
commitcb142bb37ac70ffc93f442d928f1929e01c5b86c (patch)
treec2e5a69ee142866bb6235c6bf750545db77f067e /program
parentd10b74d80fe0ef74c2e977d4b580d27282a9ba6c (diff)
parent003145919c386ec5ed9e2a090a12059422fdb67b (diff)
Merge branch 'master' of https://github.com/radio-helsinki-graz/pv
Diffstat (limited to 'program')
-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 _