Changes between Initial Version and Version 1 of Ticket #27107, comment 4


Ignore:
Timestamp:
Aug 22, 2016, 6:38:30 PM (8 years ago)
Author:
Larry Martell

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27107, comment 4

    initial v1  
    44I have a view that does this:
    55
     6
     7{{{
    68keys = request.POST.keys()
    79for key in keys:
    810    # do something with request.POST[key]
     11}}}
     12
    913
    1014and when I added this line inside the for loop:
Back to Top