Browse Source

Update 1.0.0 release notes

Vince Salvino 2 years ago
parent
commit
5b0b918a0b
1 changed files with 9 additions and 3 deletions
  1. 9 3
      docs/releases/v1.0.0.rst

+ 9 - 3
docs/releases/v1.0.0.rst

@@ -122,9 +122,8 @@ If upgrading your site to Bootstrap 5
    * ``article_index_page.html`` and ``article_page.html`` have a new design
      that is closer to stock Bootstrap.
 
-   * ``grid_block.html`` now has with a CSS class ``crx-grid`` which
-     adds padding to the top and bottom. This can be disabled in sass builds, or
-     overridden with CSS or in the template.
+   * ``grid_block.html`` now has with a CSS class ``crx-grid`` which you can
+     target with CSS.
 
    * Blocks no longer render with a ``<div class="block-*">`` wrapper. This may
      affect custom CSS.
@@ -199,6 +198,13 @@ Delete old media renditions:
 
    python manage.py wagtail_update_image_renditions --purge-only
 
+
+Clear the cache:
+
+.. code-block:: text
+
+   python manage.py clear_wagtail_cache
+
 Update Wagtail search index:
 
 .. code-block:: text