Bump django-crispy-forms from 1.14.0 to 2.4
Bumps django-crispy-forms from 1.14.0 to 2.4.
Release notes
Sourced from django-crispy-forms's releases.
2.4
- Added support for Python 3.13.
- Confirmed support for Django 5.2.
2.3
What's Changed
- Fixed unexpected addition the 'active' css_class to AccordionGroup
2.2
- Added support for Django 5.1.
- Allowed pass through of context when rendering a Fieldset layout object.
Full Changelog: https://github.com/django-crispy-forms/django-crispy-forms/compare/2.1...2.2
2.1
What's Changed
- Added support for Django 5.0.
- Dropped support for Django 3.2, 4.0 and 4.1.
- Added support for Python 3.12.
- Dropped support for Python 3.7.
New Contributors
@DanielSwainmade their first contribution in django-crispy-forms/django-crispy-forms#1340@sankarebarrimade their first contribution in django-crispy-forms/django-crispy-forms#1342@foarsittermade their first contribution in django-crispy-forms/django-crispy-forms#1353Full Changelog: https://github.com/django-crispy-forms/django-crispy-forms/compare/2.0...2.1
2.0 (2023-02-13)
Major Changes and Migration Guide
Removed all Bootstrap template packs. These template packs are now available as standalone packages. To upgrade, install the required template pack and add it to your
INSTALLED_APPSsetting.Also, support for Bootstrap 5 is provided by a 3rd party package under the
django-crispy-formsorganisation at crispy-bootstrap5.Removed uni-form template pack. Uni-Form specific classes previously added to every template pack e.g.
textInputare now removed. If you require these classes, the previous behaviour can be restored by adding the following to CRISPY_CLASS_CONVERTERS in your settings file.converters = {
... (truncated)
Changelog
Sourced from django-crispy-forms's changelog.
2.4 (2025-04-13)
- Added support for Python 3.13.
- Confirmed support for Django 5.2.
2.3 (2024-07-19)
- Fixed a bug in
AccordionGrouprendering then it gets an unexpected css classactive.2.2 (2024-06-15)
- Added support for Django 5.1.
- Allowed pass through of context when rendering a
Fieldsetlayout object.2.1 (2023-10-15)
- Added support for Django 5.0.
- Dropped support for Django 3.2, 4.0 and 4.1.
- Added support for Python 3.12.
- Dropped support for Python 3.7.
See the 2.1 Milestone for the full change list.
2.0 (2023-02-13)
Release of django-crispy-forms 2.0. No changes introduced since 2.0a1.
2.0a1 (2023-01-18)
Major Changes and Migration Guide
Removed all Bootstrap template packs. These template packs are now available as standalone packages. To upgrade, install the required template pack and add it to your
INSTALLED_APPSsetting.Also, support for Bootstrap 5 is provided by a 3rd party package under the
django-crispy-formsorganisation at crispy-bootstrap5.Removed uni-form template pack. Uni-Form specific classes previously added to every template pack e.g.
textInputare now removed. If you require these classes, the previous behaviour can be restored by adding the following to CRISPY_CLASS_CONVERTERS in your settings file.converters = { "textinput": "textinput textInput", "fileinput": "fileinput fileUpload", "passwordinput": "textinput textInput", }The
uni-formtemplate pack allowed for rendering of templates using adefaultorinlinelayout. As theuni-formtemplate pack has been removed support for this has also been removed. This has resulted in the following BREAKING changes.
... (truncated)
Commits
b3f1d222.4 Release. (#1412)ac2479eUpdate GitHub action versions in workflows. (#1411)bb7030aConfirmed Django 5.2 support. (#1407)a4fb3c7Pre-commit autoupdate. (#1404)e7cc89aAdded Python 3.13 support. (#1403)e07622dVersion 2.3. (#1396)64f4b21Fixed unexpected addition the 'active' css_class to AccordionGroup (#1394)4f454cdVersion 2.2. (#1392)086afbbFix documentation ofField's constructor (#1375)f9d67d3Allowed pass through of context when rendering aFieldsetlayout object. ...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.