summaryrefslogtreecommitdiff
path: root/tests/serializers/test_yaml.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2023-06-04Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys ...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-05-03Refs #11929 -- Fixed ordering of test YAML dumps.Tobias Kunze
2019-05-03Removed unused YamlSerializerTestCase.fwd_ref_str.Mariusz Felisiak
2019-03-20Fixed serializers test crash if PyYAML isn't installed.Tim Graham
2019-03-14Fixed serializers tests for PyYAML 5.1+.Mariusz Felisiak
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-09-26Separated YAML serialization testsClaude Paroz