summaryrefslogtreecommitdiff
path: root/tests/serializers/test_deserializedobject.py
AgeCommit message (Collapse)Author
2024-09-17Fixed #29522 -- Refactored the Deserializer functions to classes.Amir Karimi
Co-authored-by: Emad Mokhtar <emad.mokhtar@veneficus.nl>
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2016-12-01Refs #27546 -- Tested some __repr__() methods.Keda87