Changes between Initial Version and Version 2 of Ticket #29160


Ignore:
Timestamp:
Feb 24, 2018, 5:14:28 AM (6 years ago)
Author:
Hameer Abbasi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29160

    • Property Type UncategorizedBug
  • Ticket #29160 – Description

    initial v2  
    1 Django forms don't parse foreign keys in the `initial=` kwarg. It gives a "NOT NULL constraint failed" even if the said data has been specified.
     1Django forms don't parse foreign keys in the `initial=` kwarg. It gives a "NOT NULL constraint failed" even if the said data has been specified. This is inconvenient for forms since an `instance` can be specified but critical for formsets where it can't.
    22
    33Relevant files:
Back to Top