summaryrefslogtreecommitdiff
path: root/tests/serializers/test_natural.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed various tests on MySQL with MyISAM storage engine.Mariusz Felisiak2022-04-181-5/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-54/+108
* Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...Mikolaj Rybinski2021-02-051-2/+21
* Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...dmytryi.striletskyi2018-11-271-1/+20
* Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...Peter Inglesby2018-07-131-1/+94
* Fixed #24607 -- Serialized natural keys in multi-table inheritance models.Denys Duchier2018-02-121-1/+28
* Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...Sergey Fedoseev2017-09-061-2/+2
* Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...Tim Graham2017-02-111-32/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #24607 -- Serialized natural keys in multi-table inheritance models.João Sampaio2016-10-121-1/+32
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-10/+14
* Separated natural key serialization testsClaude Paroz2015-09-261-0/+70