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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18509, comment 2

    v1 v2  
    11The input isn't ambiguous: both `"123.45"` and `"123,45"` represent `Decimal("123.45")`.
    22
    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.
     3I 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.
    44
Back to Top