Changes between Initial Version and Version 2 of Ticket #29160
- Timestamp:
- Feb 24, 2018, 5:14:28 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29160
- Property Type Uncategorized → Bug
-
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. 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. This is inconvenient for forms since an `instance` can be specified but critical for formsets where it can't. 2 2 3 3 Relevant files: