Changes between Initial Version and Version 1 of Ticket #27985, comment 12


Ignore:
Timestamp:
Feb 19, 2018, 11:01:18 PM (7 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27985, comment 12

    initial v1  
    33https://github.com/django/django/compare/master...charettes:ticket-27985
    44
    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)`.
     5I 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)`.
Back to Top