Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integrations/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ do this, you simply need to enable a Django middleware:
...,
) + MIDDLEWARE

It is recommended to put the middleware at the top, so that any only 404s
It is recommended to put the middleware at the top, so that only 404s
that bubbled all the way up get logged. Certain middlewares (e.g. flatpages)
capture 404s and replace the response.

Expand Down