Changes between Initial Version and Version 3 of Ticket #35354
- Timestamp:
- Apr 5, 2024, 3:39:57 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35354
- Property Owner changed from to
- Property Cc added
-
Ticket #35354 – Description
initial v3 1 1 Following the ASGI HTTP Connection Scope docs[0], the provided `path` is already the correct value that Django requires. 2 2 3 In combination with `root_path`, from which `script_name` is derived, the `path_info` variable canis set.3 In combination with `root_path`, from which `script_name` is derived, the `path_info` variable is set. 4 4 It's then redundant to re-calculate `path` from `script_name` and `path_info`. 5 5