We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bdd25 commit a804b51Copy full SHA for a804b51
docs/reference.rst
@@ -80,7 +80,7 @@ following::
80
.. _django-webtest: https://github.com/django-webtest/django-webtest
81
82
This error occurs because ``django-webtest`` sets
83
-``DEBUG_PROPOGATE_EXCEPTIONS`` to true preventing the middleware from cleaning
+``DEBUG_PROPAGATE_EXCEPTIONS`` to true preventing the middleware from cleaning
84
up the request. To solve this issue, add the following code to any
85
``clean_environment`` or ``tearDown`` method that
86
you use:
0 commit comments