Changes between Version 1 and Version 2 of Ticket #18509, comment 2
- Timestamp:
- Jul 15, 2012, 4:06:48 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18509, comment 2
v1 v2 1 1 The input isn't ambiguous: both `"123.45"` and `"123,45"` represent `Decimal("123.45")`. 2 2 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.3 I don't see much value in rejecting the first form, especially when Django historically accepts it. I would go as far as to say it isn't worth the backwards incompatibility. 4 4