today() is a function
authorMagnus Hagander <magnus@hagander.net>
Sat, 14 May 2016 19:27:07 +0000 (21:27 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 14 May 2016 19:29:59 +0000 (21:29 +0200)
commit59166227fd88a63f9eea29a644cfdb6ae748c889
tree1dc4872fb7e433c4ac369fee71ad8ab0c8b08599
parent7c20836991f7cd21734c850fe652dcf8fb19656b
today() is a function

Callables in querysets are deprecated, so make sure we don't end
up using them unintentionally...
pgweb/core/views.py