]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Remove arbitrary page navigation for game_index.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 22 Feb 2015 21:27:55 +0000 (16:27 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 22 Feb 2015 21:27:55 +0000 (16:27 -0500)
commit9f55e7143ba65cdd40ddc95b6e33262a1fd2c1a2
tree664cc50072e109641f0e7bedfa08c0017e5e71ea
parent66d8d835cbcd19bec63f36363fda9ce9497ddaf6
Remove arbitrary page navigation for game_index.

This gives us a HUGE performance boost b/c it avoids requiring a full select
count(*) on the games table. For now the navigation will be forward only.
xonstat/templates/game_finder.mako
xonstat/views/game.py