Changes between Initial Version and Version 1 of Ticket #31487, comment 4


Ignore:
Timestamp:
Apr 21, 2020, 3:37:42 AM (4 years ago)
Author:
Baptiste Mispelon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31487, comment 4

    initial v1  
    88The warning added in that commit seems like it was not integrated into the final commit (I searched Django's history with `git log -S "equally close" -- docs/` to try and find it) but I can't find a comment explaining the decision to remove it.
    99
     10**Edit**
     11While searching for more information about rounding modes in different databases, I found a useful reference of different rounding modes and their results when applied to various inputs: https://docs.oracle.com/javase/7/docs/api/java/math/RoundingMode.html
     12
    1013
    1114[1] https://docs.python.org/3/library/decimal.html#rounding-modes
Back to Top