summaryrefslogtreecommitdiff
path: root/tests/serializers
AgeCommit message (Expand)Author
2019-12-30Fixed #31071 -- Disabled insert optimization for primary keys with defaults w...Simon Charette
2019-12-13Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields a...Baptiste Mispelon
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-08-07Corrected several typos in string literals and test names.Min ho Kim
2019-06-27Added test for serializing child model without inherited fields.Nadège Michel
2019-06-27Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.Nadège Michel
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
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
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-02-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.Denys Duchier
2018-01-03Fixed #28984 -- Made assorted code simplifications.Tim Graham
2017-12-06Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham
2017-11-30Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...Simon Charette
2017-09-18Fixed #28610 -- Skipped test when serializer is not availableClaude Paroz
2017-09-18Revert "Refs #21286 -- Enabled serializer tests with time pk model"Claude Paroz
2017-09-17Refs #21286 -- Enabled serializer tests with time pk modelClaude Paroz
2017-09-06Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...Sergey Fedoseev
2017-07-20Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham
2017-06-05Refs #21286 -- Enabled serializer tests with date/datetime pk modelClaude Paroz
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-02-11Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...Tim Graham
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
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 python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.Tim Graham
2016-12-01Refs #27546 -- Tested some __repr__() methods.Keda87
2016-11-30Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.Tim Graham
2016-11-17Simplified a test after refs #26207.Joachim Jablon
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-10-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.João Sampaio
2016-07-14Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy
2016-06-29Avoided db queries in test_indentation_whitespace.Berker Peksag
2016-06-28Fixed #15091 -- Allowed passing custom encoder to JSON serializer.Berker Peksag
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-08Fixed #26717 -- Added Serializer.stream_class to customize the stream.Berker Peksag
2016-04-22Fixed #26320 -- Deprecated implicit OneToOnField parent_link.Tim Graham
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham