Changes between Version 1 and Version 2 of Ticket #36081, comment 6
- Timestamp:
- Jan 11, 2025, 3:48:58 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36081, comment 6
v1 v2 1 1 Marking this as a New Feature — Reading the report, it's the client that needs to handle this, and anything in Django would just be a convenience. 2 2 3 Best approach is for users to not send data when using 204 status codes. A project-level response class would be my suggestion.3 Best approach is for users to not send data when using 204 status codes. A project-level response class enforcing this would be my suggestion. 4 4 5 5 I'm sceptical about adding something for this in Django itself. I'd argue for wontfix probably.