Changes between Initial Version and Version 1 of Ticket #31294


Ignore:
Timestamp:
Feb 21, 2020, 1:56:38 AM (4 years ago)
Author:
berzi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31294 – Description

    initial v1  
    33It'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).
    44
    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).
     5The 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].
Back to Top