~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to notification/models.py

  • Committer: franku
  • Date: 2018-04-08 14:40:17 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: somal@arcor.de-20180408144017-mr8e97otl93zk4wy
django.conf.urlresolvers -> django.urls

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from django.db import models
9
9
from django.db.models.query import QuerySet
10
10
from django.conf import settings
11
 
from django.core.urlresolvers import reverse
 
11
from django.urls import reverse
12
12
from django.template.loader import render_to_string
13
13
 
14
14
from django.core.exceptions import ImproperlyConfigured