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


Ignore:
Timestamp:
Feb 25, 2026, 3:02:08 PM (3 hours ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36952, comment 2

    initial v1  
    1 `Field.concrete` is set at `Field.set_attributes_from_name` time which should be systematically called before passing objects to the schema editor.
     1`Field.concrete` is set at `Field.set_attributes_from_name` [https://github.com/django/django/blob/4aefc9ea51cc2d78f43b1dc2aa69732e55d18a56/django/db/models/fields/__init__.py#L940 time] which should be systematically called before passing objects to the schema editor.
    22
    33If there is a core code path that doesn't do so that's likely where the bug lies and not in the schema editor itself.
Back to Top