summaryrefslogtreecommitdiff
path: root/tests/serializers
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-254-6/+6
* 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-193-5/+5
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-183-4/+3
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-183-6/+3
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-10/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-188-20/+0
* Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.Tim Graham2017-01-171-3/+0
* Refs #27546 -- Tested some __repr__() methods.Keda872016-12-011-0/+12
* Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.Tim Graham2016-11-301-2/+2
* Simplified a test after refs #26207.Joachim Jablon2016-11-171-3/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-102-21/+19
* Fixed #24607 -- Serialized natural keys in multi-table inheritance models.João Sampaio2016-10-123-1/+55
* Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy2016-07-141-0/+13
* Avoided db queries in test_indentation_whitespace.Berker Peksag2016-06-291-5/+1
* Fixed #15091 -- Allowed passing custom encoder to JSON serializer.Berker Peksag2016-06-281-0/+20
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-162-2/+2
* Fixed #26717 -- Added Serializer.stream_class to customize the stream.Berker Peksag2016-06-081-0/+23
* Fixed #26320 -- Deprecated implicit OneToOnField parent_link.Tim Graham2016-04-221-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-083-41/+36
* Fixed W503 flake8 warnings.Tim Graham2016-04-041-3/+3
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-1/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-272-3/+3
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-271-1/+16
* Made tests/serializers/models.py a models packageClaude Paroz2015-09-264-203/+207
* Moved remaining of serializers_regress to serializers testsClaude Paroz2015-09-262-0/+734
* Moved more serializers_regress to serializers testsClaude Paroz2015-09-262-2/+93
* Separated natural key serialization testsClaude Paroz2015-09-263-0/+107
* Separated JSON serialization testsClaude Paroz2015-09-262-260/+274
* Separated XML serialization testsClaude Paroz2015-09-262-98/+118
* Separated YAML serialization testsClaude Paroz2015-09-262-165/+181
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz2015-07-241-0/+11
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-1/+1
* 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-092-1/+190
* Fixed #24558 -- Made dumpdata mapping ordering deterministic.Simon Charette2015-04-021-0/+45
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-11/+15
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-1/+1
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-1/+4