summaryrefslogtreecommitdiff
path: root/tests/serializers/models/natural.py
AgeCommit message (Expand)Author
2021-02-05[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization...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