Guest User

Untitled

a guest
Aug 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. django smart decimal field
  2. >>> str(Decimal(10))
  3. '10'
  4. >>> str(Decimal(10.5))
  5. '10.5'
  6. >>> str(Decimal(10.0))
  7. '10'
Add Comment
Please, Sign In to add comment