]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/models/game.py
Remove more refs to sqlahelper.
[xonotic/xonstat.git] / xonstat / models / game.py
2018-12-15 Ant ZucaroAdd a better to_dict() implementation for pgstats.
2017-10-07 Ant ZucaroMerge pull request #28 from antzucaro/frag-matrix
2017-10-07 Ant ZucaroMerge branch 'frag-matrix' into 'master'
2017-10-03 Ant ZucaroAdd all the other attributes of the table to the object.
2017-10-03 Ant ZucaroAdd mappings for the player_game_frag_matrix table.
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4-badges' into 'master'
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4' into 'master'
2016-11-06 Ant ZucaroMerge pull request #25 from antzucaro/models-refactor
2016-11-05 Ant ZucaroUse mixins to avoid duplication.
2016-10-30 Ant ZucaroUse field indexing for format() for clarity.
2016-10-30 Ant ZucaroFormat all code in the models package.
2016-10-28 Ant ZucaroMake models a package instead of being a single (huge...