Ticket #16291: patch.diff
File patch.diff, 583 bytes (added by , 13 years ago) |
---|
-
docs/ref/forms/fields.txt
379 379 .. attribute:: TypedChoiceField.empty_value 380 380 381 381 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. 383 385 384 386 ``DateField`` 385 387 ~~~~~~~~~~~~~