]> git.parisson.com Git - django_quiz.git/commit
Added a new manager for the sitting object to load sitting for a user
authorTom Walker <tomwalker0472@gmail.com>
Mon, 28 Jul 2014 17:18:33 +0000 (18:18 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Mon, 28 Jul 2014 17:18:33 +0000 (18:18 +0100)
commit4638e21e8811366763010554f8af1493d9f94e9b
tree9242b2d0f2bd5b8e2de0ce168ff73c94d36f34ae
parent1a3954aeba6b8cd39cf3f67d770437be7b0d40c9
Added a new manager for the sitting object to load sitting for a user
doing a quiz. Allows me to thin the views a bit more.
quiz/models.py
quiz/tests.py
quiz/views.py