summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/topics/testing.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index fb9f6e53b9..fbc6a7afe8 100644
--- a/docs/topics/testing.txt
+++ b/docs/topics/testing.txt
@@ -1060,6 +1060,10 @@ restricted subset of the test client API:
``follows``. Since this is just a factory for producing
requests, it's up to you to handle the response.
+ * It does not support middleware. Session and authentication
+ attributes must be supplied by the test itself if required
+ for the view to function properly.
+
Example
~~~~~~~