index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
serializers
/
test_natural.py
Age
Commit message (
Expand
)
Author
2026-02-26
Fixed #36750 -- Made ordering of M2M objects deterministic in serializers.
VIZZARD-X
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2025-12-22
Fixed #36786 -- Fixed XML serialization of None values in natural keys.
Youngkwang Yang
2025-12-03
Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.
rimi0108
2022-04-18
Fixed various tests on MySQL with MyISAM storage engine.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-02-05
Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...
Mikolaj Rybinski
2018-11-27
Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...
dmytryi.striletskyi
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-02-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
Denys Duchier
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
2017-02-11
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
João Sampaio
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-09-26
Separated natural key serialization tests
Claude Paroz