Ticket #15876: 15876.diff

File 15876.diff, 527 bytes (added by ShawnMilo, 13 years ago)

Documentation patch to make lack of middleware support explicit.

  • docs/topics/testing.txt

    diff --git docs/topics/testing.txt docs/topics/testing.txt
    index fb9f6e5..fbc6a7a 100644
    restricted subset of the test client API:  
    10601060      ``follows``. Since this is just a factory for producing
    10611061      requests, it's up to you to handle the response.
    10621062
     1063    * It does not support middleware. Session and authentication
     1064      attributes must be supplied by the test itself if required
     1065      for the view to function properly.
     1066
    10631067Example
    10641068~~~~~~~
    10651069
Back to Top