Changes between Initial Version and Version 1 of Ticket #27107, comment 4
- Timestamp:
- Aug 22, 2016, 6:38:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27107, comment 4
initial v1 4 4 I have a view that does this: 5 5 6 7 {{{ 6 8 keys = request.POST.keys() 7 9 for key in keys: 8 10 # do something with request.POST[key] 11 }}} 12 9 13 10 14 and when I added this line inside the for loop: