Ticket #16291: patch.diff

File patch.diff, 583 bytes (added by Taavi Taijala, 13 years ago)

Clarifies the documentation

  • docs/ref/forms/fields.txt

     
    379379.. attribute:: TypedChoiceField.empty_value
    380380
    381381    The value to use to represent "empty." Defaults to the empty string;
    382     ``None`` is another common choice here.
     382    ``None`` is another common choice here. Note that this value will not be
     383    coerced by the function given in the ``coerce`` argument, so choose it
     384    accordingly.
    383385
    384386``DateField``
    385387~~~~~~~~~~~~~
Back to Top