]> git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/models
Fix the content for the MG. Fixes #183.
[xonotic/xonstat.git] / xonstat / models /
2018-12-15 Ant ZucaroAdd a better to_dict() implementation for pgstats.
2017-11-25 Ant ZucaroMerge branch 'top-servers'
2017-11-25 Ant ZucaroUpdate the interval's string format function for space.
2017-11-08 Ant ZucaroUse an instance method to format the play time string.
2017-11-08 Ant ZucaroChange the field to match the table column.
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.
2017-07-08 Ant ZucaroAdd the fuzzy and epoch dates to the maps JSON response.
2016-11-11 Ant ZucaroAdd an Elo indicator to servers.
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-06 Ant ZucaroGet rid of joined_pretty_date in favor of the mixin. models-refactor
2016-11-05 Ant ZucaroIt's a medal, not a rank.
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...