]> git.xonotic.org Git - xonotic/xonstat.git/commit
Improve server matching.
authorAnt Zucaro <azucaro@gmail.com>
Mon, 14 Nov 2016 00:45:20 +0000 (19:45 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Mon, 14 Nov 2016 00:45:20 +0000 (19:45 -0500)
commite0d647398697e9acdff1040bef80bcc60ffdc495
treeb8f13c33a6244f9d6a12c766f8473302df603630
parent629267a4325c1c8b8c03b57405e37dc4ce6fc412
Improve server matching.

The old code would attempt to match on hashkey OR name, depending on what
information was provided. The new version will search on both at the same time
by using the builder pattern on the query.
xonstat/views/submission.py