This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
serializers
/
models
History
Mikolaj Rybinski
d881a0ea3b
[3.2.x]
Fixed
#32420
-- Fixed detecting primary key values in deserialization when PK is also a FK.
...
Backport of 8e90560aa8868a42bb8eda6273595bf0932a6090 from master
2021-02-05 14:19:10 +01:00
..
__init__.py
Fixed
#24607
-- Serialized natural keys in multi-table inheritance models.
2018-02-12 21:15:04 -05:00
base.py
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
data.py
Fixed
#31071
-- Disabled insert optimization for primary keys with defaults when loading fixtures.
2019-12-30 07:49:10 +01:00
multi_table.py
Fixed
#28725
-- Prevented serializing inherited ManyToManyFields in child model.
2019-06-27 15:10:22 +02:00
natural.py
[3.2.x]
Fixed
#32420
-- Fixed detecting primary key values in deserialization when PK is also a FK.
2021-02-05 14:19:10 +01:00