index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2026-04-06
Fixed #37023 -- Made XML serializer put each ManyToManyField object on its ow...
Tim Graham
2026-02-26
Fixed #36750 -- Made ordering of M2M objects deterministic in serializers.
VIZZARD-X
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2026-01-12
Refs #36769 -- Raised SuspiciousOperation for unexpected nested tags in XML D...
Jacob Walls
2025-12-22
Fixed #36786 -- Fixed XML serialization of None values in natural keys.
Youngkwang Yang
2025-12-17
Fixed #27380 -- Added "raw" argument to m2m_changed signals.
Mariusz Felisiak
2025-12-03
Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.
rimi0108
2025-12-02
Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation in XML se...
Shai Berger
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-11
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Tom Carrick
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-12-18
Fixed #35996 -- Fixed database serialization crash when serializing a many-to...
Erica Pisani
2024-12-05
Refs #21286 -- Fixed serializers tests if Pillow isn't installed.
Mariusz Felisiak
2024-12-03
Refs #21286 -- Enabled ImageField test cases in serializer data tests.
Adam Zapletal
2024-12-02
Improved assert_serializer test assertions in test.serializers.
Sarah Boyce
2024-12-02
Used skipIf/UnlessDBFeature in test.serializers.
Sarah Boyce
2024-11-28
Refs #21286 -- Fixed serializer test with primary key TextField.
Adam Zapletal
2024-11-12
Refs #21286 -- Fixed YAML serialization of TimeField primary key.
Adam Zapletal
2024-10-16
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....
SaJH
2024-09-19
Refs #29522 -- Fixed serializers/fixtures test crash if PyYAML isn't installed.
Mariusz Felisiak
2024-09-17
Fixed #29522 -- Refactored the Deserializer functions to classes.
Amir Karimi
2024-03-04
Refs #21286 -- Removed invalid commented out models and tests from serializer...
Adam Zapletal
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-08-19
Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fields with...
Juan Alvarez
2023-06-04
Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys ...
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-17
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2022-09-05
Fixed #33937 -- Optimized serialization of related m2m fields without natural...
Mark Evans
2022-04-18
Fixed various tests on MySQL with MyISAM storage engine.
Mariusz Felisiak
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-13
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2021-09-02
Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...
Daniyal Abbasi
2021-02-05
Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...
Mikolaj Rybinski
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-08-17
Fixed #31888 -- Avoided module-level MySQL queries in tests.
Ahmad A. Hussein
2020-07-20
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-06-17
Refs #30190 -- Minor edits to JSONL serializer.
Mariusz Felisiak
2020-06-16
Fixed #30190 -- Added JSONL serializer.
Ali Vakilzade
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-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-28
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
Hasan Ramezani
2020-04-28
Refs #29249 -- Added tests for serializing Unicode data with XML serializer.
Hasan Ramezani
2020-04-07
Enforced uniqueness of natural keys used in tests.
Mariusz Felisiak
2020-02-07
Used assertRaisesMessage() in various tests.
Hasan Ramezani
[next]