Changes between Initial Version and Version 1 of Ticket #31294
- Timestamp:
- Feb 21, 2020, 1:56:38 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31294 – Description
initial v1 3 3 It's possible that this happens with all disabled fields, and that it doesn't happen if the field has an initial value set on declaration, but initial values set at runtime get thrown away, and not all use-cases allow the initial value to be assigned on class declaration (for example, data from a request needs to be obtained at runtime). 4 4 5 The problem and a few test scenarios are outlined in [ this SO question](https://stackoverflow.com/questions/60322334/way-to-pass-information-from-a-get-parameter-to-a-post-form-in-django).5 The problem and a few test scenarios are outlined in [https://stackoverflow.com/questions/60322334/way-to-pass-information-from-a-get-parameter-to-a-post-form-in-django this SO question].