Changes between Initial Version and Version 1 of Ticket #18509, comment 2


Ignore:
Timestamp:
Jul 15, 2012, 4:06:31 PM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18509, comment 2

    initial v1  
    1 The input isn't ambiguous: both `"123.45"` and `"123,45"` represent `Decimal("123.45").
     1The input isn't ambiguous: both `"123.45"` and `"123,45"` represent `Decimal("123.45")`.
    22
    33I don't see much value in rejecting the first form, especially Django historically accepts it. I would go as far as to say it isn't worth the backwards incompatibility.
Back to Top