Stanford-Online / xblock-in-video-quiz

BSD 3-Clause "New" or "Revised" License
18 stars 25 forks source link

Changed required version of django in setup.py #18

Closed noisysky closed 5 years ago

noisysky commented 5 years ago

We have removed the upper limit of required Django (<1.9) version due to hawthorn release requiring Django version 1.11. The changes have been tested on the open EdX platform hawthorn release.

stvstnfrd commented 5 years ago

@caesar2164 Can you test this in a ginkgo devstack too?

noisysky commented 5 years ago

This xblock works in ginkgo as well. However, ginkgo comes with django v1.8, and the change indicated in this pull request is not needed for ginkgo.

caesar2164 commented 5 years ago

Thanks for the PR @noisysky, I just merged it!