Changes between Initial Version and Version 2 of Ticket #32420


Ignore:
Timestamp:
Feb 4, 2021, 11:27:13 AM (3 years ago)
Author:
trybik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32420 – Description

    initial v2  
    2323([https://github.com/django/django/blob/738e9e615dc81b561c9fb01439119f4475c2e25b/django/core/serializers/base.py#L260 Source on GitHub])
    2424
    25 Why it should use {{{attname}}}? Because it may be different than {{{name}}} and the following corresponding sets use {{{data[Model._meta.pk.attname] = ...}}}:
     25Why it should use {{{attname}}}? Because it may be different than {{{name}}} and the following corresponding assignments use {{{data[Model._meta.pk.attname] = ...}}}:
    26261. proceeding {{{django.core.serializers.python.Deserializer}}} which calls {{{build_instance}}}:
    2727    {{{
Back to Top