summaryrefslogtreecommitdiff
path: root/tests/serializers/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak2023-01-171-29/+2
* Fixed #33937 -- Optimized serialization of related m2m fields without natural...Mark Evans2022-09-051-0/+27
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-4/+4
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-75/+114
* Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson2022-01-131-1/+12
* Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...Daniyal Abbasi2021-09-021-1/+17
* Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.Claude Paroz2020-05-251-0/+13
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-11/+12
* Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.Hasan Ramezani2020-04-281-1/+8
* Used assertRaisesMessage() in various tests.Hasan Ramezani2020-02-071-2/+1
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Added test for serializing child model without inherited fields.Nadège Michel2019-06-271-1/+2
* Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.Nadège Michel2019-06-271-2/+10
* Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...Simon Charette2017-11-301-5/+1
* Fixed #28610 -- Skipped test when serializer is not availableClaude Paroz2017-09-181-10/+10
* Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...Sergey Fedoseev2017-09-061-2/+2
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-1/+1
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-3/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-3/+3
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Simplified a test after refs #26207.Joachim Jablon2016-11-171-3/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-19/+17
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26717 -- Added Serializer.stream_class to customize the stream.Berker Peksag2016-06-081-0/+23
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-24/+11
* Fixed W503 flake8 warnings.Tim Graham2016-04-041-3/+3
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-2/+2
* Moved more serializers_regress to serializers testsClaude Paroz2015-09-261-2/+73
* Separated natural key serialization testsClaude Paroz2015-09-261-0/+16
* Separated JSON serialization testsClaude Paroz2015-09-261-260/+1
* Separated XML serialization testsClaude Paroz2015-09-261-98/+0
* Separated YAML serialization testsClaude Paroz2015-09-261-165/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+1
* Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz2015-07-241-0/+11
* Refs #25050 -- Corrected test assertion in serializers test.Tim Graham2015-07-031-1/+3
* Fixed #25050 -- Allowed serialization of models with deferred fields.Grégoire ROCHER2015-07-021-0/+7
* Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...Claude Paroz2015-06-191-0/+15
* Fix for ticket 12685mick2015-06-101-1/+9
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+4
* Fixed #19820 -- Added more helpful error messages to Python deserializer.Richard Eames2015-04-091-1/+165
* Fixed #24558 -- Made dumpdata mapping ordering deterministic.Simon Charette2015-04-021-0/+45
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-11/+15
* Fixed #22653 -- Added some database feature flags to tests.Tim Graham2014-06-111-1/+2
* Removed legacy transaction management per the deprecation timeline.Aymeric Augustin2014-03-211-10/+7
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixing E302 ErrorsJason Myers2013-11-021-4/+8
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0