]> git.parisson.com Git - django_quiz.git/commit
Tested the app with Django==1.7 and only change was to add an `exlude` to the meta...
authortomwalker <tomwalker0472@gmail.com>
Wed, 8 Oct 2014 17:14:17 +0000 (18:14 +0100)
committertomwalker <tomwalker0472@gmail.com>
Wed, 8 Oct 2014 17:14:17 +0000 (18:14 +0100)
commit019c1d2c61c2bf15aa58bcc20187600af7b962cd
treef02a5104b192956a6d4944078edec8f039675c7a
parent09dde3719b10b11e941d5c4754b4fdbb1a3f11a2
Tested the app with Django==1.7 and only change was to add an `exlude` to the meta of an admin form.

The extent of the test was:
* a fresh install in a virtualenv with Django==1.7 and an SQLite DB
* all the tests passed
* made a couple of quiz models with different configurations, filled them with different question types, completed them and marked the essay questions
quiz/admin.py