]> git.parisson.com Git - django_quiz.git/shortlog
django_quiz.git
2014-07-09 Tom Walkermoved another function from templatetags by adding...
2014-07-09 Tom Walkerremoving logic from templates, reducing the complexity...
2014-07-08 Tom Walkerchanged order of view functions to see user and anon...
2014-07-08 Tom Walkerremoved some unnecessary view functions, removed page...
2014-07-07 Tom Walkertrimming down bloat from quiz/views.py, used CBV as...
2014-07-04 Tom Walkerforgot a file
2014-07-04 Tom Walkermoved towards CBVs for simples views, next step is...
2014-07-02 Tom Walkerreading 2scoops of django, making changes! Relative...
2014-07-02 Tom Walkerpep8 everything
2014-07-01 Tom Walkerfiddles...
2014-07-01 Tom Walkeradded readme.rst for Pypi
2014-07-01 Tom Walker.gitignore updates
2014-06-30 Tom Walkerfiddling really
2014-06-30 Tom WalkerMerge branch 'dev'
2014-06-30 Tom Walkerchanges to readme
2014-06-30 Tom Walkerpreparing for release
2014-06-30 Tom Walkeradded the option to allow a quiz to be only sat once...
2014-06-29 Tom Walkerchanged quiz/models fields to CommaSeparatedIntegerFiel...
2014-06-27 Tom Walkerfinished template tag tests
2014-06-26 Tom WalkerWorking on the tests for the template tags. Updated...
2014-06-25 Tom Walkermoved templates around, fiddled with a few, some change...
2014-06-25 Tom Walkerfinal tests for the quiz/views of logged in users
2014-06-24 Tom Walkerremoved an unnecessary print from quiz_tags, added...
2014-06-23 Tom Walkerslight improvement of readability using any() in quiz...
2014-06-22 Tom Walkerlooking for ways to black box more of the views functio...
2014-06-21 Tom Walkertests for all quiz/views that are not related to questi...
2014-06-20 Tom Walkerworking on tests for quiz.views
2014-06-19 Tom Walkercontinuing to work on the quiz/models.py
2014-06-19 Tom Walkerworking on tests for quiz/models
2014-06-18 Tom Walkerworking on the tests
2014-06-17 Tom Walkerworked through views, template tags and templates for...
2014-06-15 Tom WalkerContinuing on quiz/views. Need to refine the function...
2014-06-13 Tom Walkerworking on the quiz/views
2014-06-12 Tom WalkerWorking mainly on quiz.models to allow for any question...
2014-06-11 Tom Walkerwill need to overhaul views to allow easier integration...
2014-06-11 Tom Walkerstarting to update the views + making some simple templ...
2014-06-11 Tom Walkercleaning up url structure
2014-06-10 Tom Walkerchanges to allow easier creation of new question types...
2014-06-09 Tom Walkerstarted to use inheritence for TF question. Will make...
2014-06-09 Tom Walkeradded gitignore
2014-06-07 Tom Walkerstandardising for easier installment into new projects
2014-06-06 Tom Walkersmall changes to allow easier use in other projects
2014-06-05 Tom Walker* .gitignore:
2014-04-10 tomwalkernew branch, adding true and false, will require refacto...
2014-03-22 Tom WalkerMerge pull request #5 from crackjack/master
2014-03-20 Nitesh RijalAdded templates for respective views
2014-03-20 Nitesh RijalAdded view, url and templates for quiz_index and quiz_c...
2014-02-11 Tom Walkerforgot an import change
2014-02-11 Tom Walkercleaned up
2013-04-06 Tom WalkerUpdate README.md
2013-04-06 Tom Walkermore preening of the models and views
2013-04-06 Tom WalkerMerge branch 'master' of https://github.com/tomwalker...
2013-04-06 Tom Walkerforgot to add a template file
2013-03-20 Tom Walkeradded MIT license
2013-03-12 Tom Walkerpushing to server for the first time