Changes between Initial Version and Version 2 of Ticket #32420
- Timestamp:
- Feb 4, 2021, 11:27:13 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32420 – Description
initial v2 23 23 ([https://github.com/django/django/blob/738e9e615dc81b561c9fb01439119f4475c2e25b/django/core/serializers/base.py#L260 Source on GitHub]) 24 24 25 Why it should use {{{attname}}}? Because it may be different than {{{name}}} and the following corresponding sets use {{{data[Model._meta.pk.attname] = ...}}}:25 Why it should use {{{attname}}}? Because it may be different than {{{name}}} and the following corresponding assignments use {{{data[Model._meta.pk.attname] = ...}}}: 26 26 1. proceeding {{{django.core.serializers.python.Deserializer}}} which calls {{{build_instance}}}: 27 27 {{{