Skip to content

Commit 80b8941

Browse files
authored
Remove documentation note on old request_finished bug (#631)
1 parent 85f2ad9 commit 80b8941

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/django.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ caching.
7070
.. note:: You might find other third-party middleware that suggests it should
7171
be given highest priority at the top of the middleware list. Unless you
7272
understand exactly what is happening you should ignore this advice and always
73-
place ``WhiteNoiseMiddleware`` above other middleware. If you plan to have other
74-
middleware run before WhiteNoise you should be aware of the
75-
`request_finished bug <https://code.djangoproject.com/ticket/29069>`_ in
76-
Django.
73+
place ``WhiteNoiseMiddleware`` above other middleware.
7774

7875

7976
.. _compression-and-caching:

0 commit comments

Comments
 (0)