Changes between Initial Version and Version 2 of Ticket #8334
- Timestamp:
- Aug 15, 2008, 1:52:22 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8334
- Property Triage Stage Unreviewed → Accepted
- Property Summary Allow add/create if all the non-FK fields have defaults or are NULLable → Allow add/create on m2m intermediate tables if all the non-FK fields have defaults or are NULLable
-
Ticket #8334 – Description
initial v2 1 What if the intermediate model has reasonable default values, so 1 Add/create is currently disabled on m2m relations that use an intermediate table. This is due to the fact that values to populate the intermediate table cannot be provided using the add/create calls. 2 3 However, what if the intermediate model has reasonable default values, so 2 4 one can assign model A to B without extra info? 3 5