diff --git a/NOTES.rst b/NOTES.rst index 37a1963a06..8e92555b46 100644 --- a/NOTES.rst +++ b/NOTES.rst @@ -8,6 +8,18 @@ existing bug reports, go to https://github.com/uninett/nav/issues . To see an overview of upcoming release milestones and the issues they resolve, please go to https://github.com/uninett/nav/milestones . +Unreleased +========== + +Dependency changes +------------------ + +These Python modules are no longer required due to us rewriting forms in order +to be able to upgrade to Python 3.11: + +* :mod:`django-crispy-forms` +* :mod:`crispy-forms-foundation` + NAV 5.11 ======== diff --git a/changelog.d/2794.removed.md b/changelog.d/2794.removed.md new file mode 100644 index 0000000000..cbf53deff7 --- /dev/null +++ b/changelog.d/2794.removed.md @@ -0,0 +1 @@ +Removed dependencies django-crispy-forms and crispy-forms-foundation