Use Decimal(0) instead of Decimal(0.0) to support older version of Python
authorMagnus Hagander <magnus@hagander.net>
Tue, 22 Nov 2011 20:33:04 +0000 (21:33 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 22 Nov 2011 20:33:04 +0000 (21:33 +0100)
commit9424c84e150d50f1a604e89103c989a907576d26
tree76b55a4cb3c4bd3a93a947c3f94e3787a652a98f
parentbcce9e0aee71a67c4ec2ef0ecda3754defac3055
Use Decimal(0) instead of Decimal(0.0) to support older version of Python
pgweb/docs/views.py