Problems with "collect_serializer_data" deprecation message #62309
Answered
by
MatTheCat
mrichter1234
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
MatTheCat
Nov 10, 2025
Replies: 1 comment 2 replies
-
|
Hello, you’re supposed to set |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It is because its default value will change to
truein a future version, which could result in a BC break. To mitigate this a deprecation is triggered if the value isfalseso that you’re prompted to change it, thus fixing any issue you could have and getting ready for the upgrade.