summaryrefslogtreecommitdiff
path: root/tests/serializers/models/natural.py
AgeCommit message (Expand)Author
2025-12-22Fixed #36786 -- Fixed XML serialization of None values in natural keys.Youngkwang Yang
2025-12-03Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.rimi0108
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-02-05Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...Mikolaj Rybinski
2020-04-07Enforced uniqueness of natural keys used in tests.Mariusz Felisiak
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-11-27Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...dmytryi.striletskyi
2018-07-13Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...Peter Inglesby
2015-09-26Made tests/serializers/models.py a models packageClaude Paroz