Changes between Initial Version and Version 1 of Ticket #29823
- Timestamp:
- Oct 4, 2018, 3:10:36 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29823 – Description
initial v1 2 2 3 3 For example: 8 records, with following values: `7.85`, `-7`, `19.85`, `-7`, `-5`, `-7`, `-0.85`, `-0.85` 4 Aggregate Sum query on this column should equal `Decimal('0.00')`, but I'm getting Decimal('1.77635683940025E-15')4 Aggregate Sum query on this column should equal `Decimal('0.00')`, but I'm getting `Decimal('1.77635683940025E-15')`. 5 5 6 6 Before Django 2.1.0 this worked properly.