Changes between Initial Version and Version 1 of Ticket #36278
- Timestamp:
- Mar 26, 2025, 10:40:44 AM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #36278 – Description
initial v1 1 1 MultiValueDict has many methods that has a 'default' parameter, but sets the default to None. fx: 2 https://github.com/django/django/blob/main/django/utils/datastructures.py#L1 472 https://github.com/django/django/blob/main/django/utils/datastructures.py#L129 3 3 4 4 This makes