From ef263842f758c1e65e2212762f500f322db7366b Mon Sep 17 00:00:00 2001 From: Young proger <66271043+Yourun-proger@users.noreply.github.com> Date: Thu, 27 May 2021 22:48:06 +0300 Subject: [PATCH] Update static.rst --- docs/tutorial/static.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/static.rst b/docs/tutorial/static.rst index 8e76c409..8c5af4a4 100644 --- a/docs/tutorial/static.rst +++ b/docs/tutorial/static.rst @@ -64,8 +64,11 @@ screenshot below. :alt: screenshot of login page You can read more about CSS from `Mozilla's documentation `_. If -you change a static file, refresh the browser page. If the change -doesn't show up, try clearing your browser's cache. +you change a static file, refresh the browser page. + +.. admontation:: Flask 2.0 renewal + Starting with version 2.0, you no longer need to clear your + browser cache to display changes to a static file. .. _CSS: https://developer.mozilla.org/docs/Web/CSS