Changes between Initial Version and Version 1 of Ticket #27985, comment 12
- Timestamp:
- Feb 19, 2018, 11:01:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27985, comment 12
initial v1 3 3 https://github.com/django/django/compare/master...charettes:ticket-27985 4 4 5 I really think we should deprecating this path in 2.1+ though given the ambiguity of the lookup when `instance._state.adding`, I feel like this would be inline with the changes to prevent`instance.m2m.add(unsaved_instance)`.5 I really think we should deprecating this path in 2.1+ though given the ambiguity of the lookup when `instance._state.adding`, I feel like this would be coherent with the checks preventing `instance.m2m.add(unsaved_instance)`.