You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/decisions/0025-standardize-serializer-usage.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Implementation requirements:
22
22
* Replace manual JSON construction with serializer-based responses.
23
23
* Use serializers for both input validation and output formatting.
24
24
* Ensure serializers are properly documented with field descriptions and validation rules.
25
-
* Maintain backward compatibility for all APIs during migration.
25
+
* Maintain backward compatibility for all APIs during migration. While the goal is fully compatible DRF serializers, if that is not possible and we must make a backwards incompatible change, that change MUST be handled by creating a new version of the API and transitioning to that API using the deprecation process.
0 commit comments