Upgrade code to support Django 1.10
This commit is contained in:
parent
90bcdbbc06
commit
f8b1afcf72
6 changed files with 13 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue