Upgrade code to support Django 1.10

This commit is contained in:
Claude Paroz 2016-09-08 15:46:58 +02:00
parent 90bcdbbc06
commit f8b1afcf72
6 changed files with 13 additions and 9 deletions

View file

@ -2,8 +2,8 @@ import json
from datetime import date
from django.contrib.auth.models import User
from django.core.urlresolvers import reverse
from django.test import TestCase
from django.urls import reverse
from .models import (
Level, Domain, Section, Klass, Period, Student, Corporation, Availability,