index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
serializers
/
tests.py
Age
Commit message (
Expand
)
Author
2020-05-25
Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.
Claude Paroz
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2020-04-28
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
Hasan Ramezani
2020-02-07
Used assertRaisesMessage() in various tests.
Hasan Ramezani
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-06-27
Added test for serializing child model without inherited fields.
Nadège Michel
2019-06-27
Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.
Nadège Michel
2017-11-30
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...
Simon Charette
2017-09-18
Fixed #28610 -- Skipped test when serializer is not available
Claude Paroz
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-17
Simplified a test after refs #26207.
Joachim Jablon
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-08
Fixed #26717 -- Added Serializer.stream_class to customize the stream.
Berker Peksag
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-09-26
Moved more serializers_regress to serializers tests
Claude Paroz
2015-09-26
Separated natural key serialization tests
Claude Paroz
2015-09-26
Separated JSON serialization tests
Claude Paroz
2015-09-26
Separated XML serialization tests
Claude Paroz
2015-09-26
Separated YAML serialization tests
Claude Paroz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-07-03
Refs #25050 -- Corrected test assertion in serializers test.
Tim Graham
2015-07-02
Fixed #25050 -- Allowed serialization of models with deferred fields.
Grégoire ROCHER
2015-06-19
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...
Claude Paroz
2015-06-10
Fix for ticket 12685
mick
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-04-09
Fixed #19820 -- Added more helpful error messages to Python deserializer.
Richard Eames
2015-04-02
Fixed #24558 -- Made dumpdata mapping ordering deterministic.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-06-11
Fixed #22653 -- Added some database feature flags to tests.
Tim Graham
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-21
Removed some direct settings manipulations in tests; refs #21230.
Bouke Haarsma
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-06
Fixed deprecation warning on Python 3
Tim Graham
2013-09-06
Cleanup commit after peer review.
Roberto Aguilar
[next]