File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Pending
1414* Expose a ``py.typed `` marker file.
1515* Updated ``RedirectsPanel `` to emit the deprecation warning when it's used
1616 rather than on instantiation.
17+ * Highlighted the documentation about disabling the browser's caching to
18+ ensure the latest static assets are used.
1719
18206.2.0 (2026-01-20)
1921------------------
Original file line number Diff line number Diff line change @@ -16,9 +16,14 @@ requests and return responses. Putting the debug toolbar middleware *after* the
1616``FlatpageFallbackMiddleware `` middleware, for example, means the toolbar will
1717not show up on flatpages.
1818
19+ Check your browser's caching
20+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21+
1922Browsers have become more aggressive with caching static assets, such as
2023JavaScript and CSS files. Check your browser's development console, and if
21- you see errors, try a hard browser refresh or clearing your cache.
24+ you see errors, try a hard browser refresh or clearing your cache. There
25+ should be an option on the network panel to disable caching, enable that
26+ at least temporarily to make sure you're using the latest static assets.
2227
2328Working with htmx and Turbo
2429----------------------------
You can’t perform that action at this time.
0 commit comments