Skip to content

Commit ff190ff

Browse files
FlipperPAmatthiask
authored andcommitted
Add tip about browser caching. (#1113)
More than once, I've spent time tweaking settings, when all I really needed to do was a hard refresh after an upgrade to force the JavaScript to reload. Mentioning this in the documentation.
1 parent 4667eb0 commit ff190ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/tips.rst

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ requests and return responses. Putting the debug toolbar middleware *after*
1414
the Flatpage middleware, for example, means the toolbar will not show up on
1515
flatpages.
1616

17+
Browsers have become more aggressive with caching static assets, such as
18+
JavaScript and CSS files. Check your browser's development console, and if
19+
you see errors, try a hard browser refresh or clearing your cache.
20+
1721
Middleware isn't working correctly
1822
----------------------------------
1923

0 commit comments

Comments
 (0)