From b537bba69140b34fa4b0018793eaf8f2d32acfe5 Mon Sep 17 00:00:00 2001 From: Matt Lewellyn Date: Mon, 12 Dec 2022 11:55:19 -0500 Subject: [PATCH] fixed upgrade notes in documentation --- docs/source/upgrade.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/upgrade.rst b/docs/source/upgrade.rst index 6da8a77..084f66b 100644 --- a/docs/source/upgrade.rst +++ b/docs/source/upgrade.rst @@ -7,9 +7,12 @@ breaking changes. This list should provide information on needed app changes. - 0.6.0 - OIDC authenticator (deprecated) has been removed. Use OAuth with configured profiles instead. - Model ``testing_create`` renamed to ``fake`` (follows KegElements 0.8.0) + - Template files now follow keg's more recent naming scheme to use dashes instead of underscores. - E.g. ``keg_auth/crud-list.html`` became ``keg-auth/crud-list.html`` + E.g. ``keg_auth/crud-list.html`` became ``keg-auth/crud-list.html`` + - ``keg-elements/form-view.html`` and ``keg-elements/grid-view.html`` are now available, so - are used as bases for CRUD templates. ``form-base.html`` has been removed. + are used as bases for CRUD templates. ``form-base.html`` has been removed. + - KegElements now handles Select2 css/js inclusion in its ``form-view.html`` template. That has - been removed from KegAuth. + been removed from KegAuth.