Changes between Initial Version and Version 1 of Ticket #36245
- Timestamp:
- Mar 11, 2025, 9:01:10 AM (22 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36245 – Description
initial v1 19 19 20 20 With the proposed `request.data`, this simplifies to something like: 21 ``` 21 ```python 22 22 user_name = request.data.get('name') 23 23 ```