Changes between Initial Version and Version 1 of Ticket #9351


Ignore:
Timestamp:
Oct 14, 2008, 9:23:51 PM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

(Fixed description formatting).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9351

    • Property Triage Stage UnreviewedAccepted
  • Ticket #9351 – Description

    initial v1  
    1 Typically, when I POST to "/example/?q=1", then request.GET['q'] == '1'.
     1Typically, when I POST to "/example/?q=1", then {{{request.GET['q'] == '1'}}}.
    22
    33This is true under at least the runserver, apache and fcgi.
    44
    5 However, TestCase.client.post() always produces an empty request.GET.
     5However, {{{TestCase.client.post()}}} always produces an empty {{{request.GET}}}.
Back to Top