index
:
chango.git
devmain
fix-31295
initial-branch
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
2021-02-05
[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization...
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