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


Ignore:
Timestamp:
Mar 29, 2019, 6:26:28 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30290, comment 2

    initial v1  
    33However... I'm not sure the model field reference is the place to teach this kind of thing **and** we already like to the ''FloatFields vs DecimalFields'' discussion, and from there to the `decimal` docs.
    44
    5 This discussion is a bit advanced for the situation in mind, so I wonder if linking **instead** to the [https://docs.python.org/3/tutorial/stdlib2.html#decimal-floating-point-arithmetic Decimal Floating Point Arithmetic section of the Python Tutorial] (which itself links back to the `decimal` docs) wouldn't be a win?
     5This discussion (i.e. the `decimal` docs) is a bit advanced for the situation in mind, so I wonder if linking **instead** to the [https://docs.python.org/3/tutorial/stdlib2.html#decimal-floating-point-arithmetic Decimal Floating Point Arithmetic section of the Python Tutorial] (which itself links back to the `decimal` docs) wouldn't be a win?
    66
Back to Top