Commit e712f416 by Daniel Friedman

Upgrade to django 1.8.13

parent 175637c6
......@@ -21,6 +21,7 @@ class AnswerDistributionTests(TestCaseWithAuthentication):
@classmethod
def setUpClass(cls):
super(AnswerDistributionTests, cls).setUpClass()
cls.course_id = "org/num/run"
cls.module_id1 = "i4x://org/num/run/problem/RANDOMNUMBER"
cls.module_id2 = "i4x://org/num/run/problem/OTHERRANDOM"
......@@ -141,6 +142,7 @@ class GradeDistributionTests(TestCaseWithAuthentication):
@classmethod
def setUpClass(cls):
super(GradeDistributionTests, cls).setUpClass()
cls.course_id = "org/class/test"
cls.module_id = "i4x://org/class/test/problem/RANDOM_NUMBER"
cls.ad1 = G(
......@@ -169,6 +171,7 @@ class SequentialOpenDistributionTests(TestCaseWithAuthentication):
@classmethod
def setUpClass(cls):
super(SequentialOpenDistributionTests, cls).setUpClass()
cls.course_id = "org/class/test"
cls.module_id = "i4x://org/class/test/problem/RANDOM_NUMBER"
cls.ad1 = G(
......
boto==2.22.1 # MIT
Django==1.7.5 # BSD License
Django==1.8.13 # BSD License
django-model-utils==2.2 # BSD
djangorestframework==2.4.4 # BSD
django-rest-swagger==0.2.8 # BSD
......
......@@ -4,7 +4,7 @@ coverage==3.7.1
ddt==1.0.1
diff-cover >= 0.2.1
django-dynamic-fixture==1.8.1
django-nose==1.4.1
django-nose==1.4.3
mock==1.0.1
nose-exclude==0.2.0
nose-ignore-docstring==0.2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment