Changes between Initial Version and Version 1 of Ticket #18509, comment 2
- Timestamp:
- Jul 15, 2012, 4:06:31 PM (12 years ago)
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") .1 The input isn't ambiguous: both `"123.45"` and `"123,45"` represent `Decimal("123.45")`. 2 2 3 3 I 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.