Changes between Initial Version and Version 1 of Ticket #34633, comment 2


Ignore:
Timestamp:
Jun 5, 2023, 10:55:23 PM (12 months ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34633, comment 2

    initial v1  
    1 Thanks for the report, it seems that it's only missing for `create()` in reverse many-to-one managers. It works for many-to-many managers (we could add an extra test method for this) and `GenericRelation` (see #29612). See a regression test:
     1Thanks for the report, it seems that it's only missing for `create()` in reverse many-to-one managers. It works for many-to-many managers (we could add an extra test method for this, see [https://github.com/django/django/pull/16945 PR]) and `GenericRelation` (see #29612). See a regression test:
    22{{{#!diff
    33diff --git a/tests/many_to_one/tests.py b/tests/many_to_one/tests.py
Back to Top