Changes between Initial Version and Version 1 of Ticket #28037
- Timestamp:
- Apr 6, 2017, 8:30:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28037
- Property Component HTTP handling → Documentation
- Property Triage Stage Unreviewed → Accepted
- Property Summary Inconsistency on QueryDict.items and documentation → Incorrect return type in QueryDict.items()/values() docs examples
- Property Type Uncategorized → Bug
-
Ticket #28037 – Description
initial v1 1 There is a multiway inconsistency about the defined behaviour of `QueryDict.items` (a similar thing happens for QueryDict.values`:1 There is an inconsistency about the defined behaviour of `QueryDict.items()` (a similar thing happens for `QueryDict.values()`: 2 2 3 3 * The [https://github.com/django/django/blob/master/django/utils/datastructures.py#L176 current implementation] actually returns a generator object (supporting iteration only)