Skip to content

Commit

Permalink
fixed upgrade notes in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofgentoo committed Dec 12, 2022
1 parent a879224 commit b537bba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/source/upgrade.rst
Expand Up @@ -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.

0 comments on commit b537bba

Please sign in to comment.