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
/
test_data.py
Age
Commit message (
Expand
)
Author
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2025-12-17
Fixed #27380 -- Added "raw" argument to m2m_changed signals.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
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-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-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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
2019-12-30
Fixed #31071 -- Disabled insert optimization for primary keys with defaults w...
Simon Charette
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-09-18
Revert "Refs #21286 -- Enabled serializer tests with time pk model"
Claude Paroz
2017-09-17
Refs #21286 -- Enabled serializer tests with time pk model
Claude Paroz
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
2017-06-05
Refs #21286 -- Enabled serializer tests with date/datetime pk model
Claude Paroz
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
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-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-09-26
Moved remaining of serializers_regress to serializers tests
Claude Paroz