mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
165c5c0ce5
* Rewrite AbstractEmailForm render to use cleaned_data * Add date time formatting to AbstractEmailForm's render method according to Django settings SHORT_DATE_FORMAT and SHORT_DATETIME_FORMAT * Previously it was iterating over `form` which left no place to remove data from the submission without removing the field from the form (which is inadvisable, as discussed on #4313) * Preserve order of fields in form emails using cleaned data * Add a test for consistent date rendering in email forms * update form customisation examples and add note about date / time formatting in email form usage (docs) * resolves #3733 * resolves #4313 |
||
---|---|---|
.. | ||
customisation.rst | ||
index.rst |