Skip to content

Commit

Permalink
Add tip about browser caching. (#1113)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
FlipperPA authored and matthiask committed Nov 7, 2018
1 parent 4667eb0 commit ff190ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tips.rst
Expand Up @@ -14,6 +14,10 @@ requests and return responses. Putting the debug toolbar middleware *after*
the Flatpage middleware, for example, means the toolbar will not show up on
flatpages.

Browsers have become more aggressive with caching static assets, such as
JavaScript and CSS files. Check your browser's development console, and if
you see errors, try a hard browser refresh or clearing your cache.

Middleware isn't working correctly
----------------------------------

Expand Down

0 comments on commit ff190ff

Please sign in to comment.