Changes between Version 1 and Version 2 of Ticket #26459, comment 3
- Timestamp:
- Apr 5, 2016, 3:58:39 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26459, comment 3
v1 v2 8 8 mc_gross = models.DecimalField(max_digits=64, decimal_places=2, default=0) 9 9 10 invoice = 2.215 # float10 invoice.mc_gross = 2.215 # float 11 11 invoice.save() 12 12 }}}