Changes between Initial Version and Version 1 of Ticket #36245


Ignore:
Timestamp:
Mar 11, 2025, 9:01:10 AM (21 hours ago)
Author:
Adya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36245 – Description

    initial v1  
    1919
    2020With the proposed `request.data`, this simplifies to something like:
    21 ```
     21```python
    2222user_name = request.data.get('name')
    2323```
Back to Top