Skip to content

fix(deps): update dependency crispy-bootstrap5 to v2025

Renovate Bot requested to merge renovate/crispy-bootstrap5-2025.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
crispy-bootstrap5 (changelog) ~0.7 -> ~2025.4 age adoption passing confidence

Release Notes

django-crispy-forms/crispy-bootstrap5 (crispy-bootstrap5)

v2025.4

Compare Source

  • Added Python 3.13 support.
  • Added support for Django 5.2. This required the following template changes:
    • Added aria-describedby to <fieldset> elements.
    • Added a parent <div> for errors to allow them to be referenced by aria-describedby. This means error messages can now be read by screen reader users.

v2024.10

Compare Source

  • Added support for Django 5.1.
  • Fixed accordion.html, accordion-group.html and tab.html templates to render css_class attribute.
  • Dropped support for django-crispy-forms 2.2 and earlier.
  • FormActions template improvements. The template now considers the css_class argument and adds the row class for Horizontal forms.

v2024.2

Compare Source

  • Added support for Switches. (#​162)
  • Used <fieldset> and <legend> to group related inputs.
  • Added modal template.

v2023.10

Compare Source

  • Added Django 5.0 and 4.2 support
  • Added Python 3.11 and 3.12 support
  • Dropped Python 3.7 support
  • Dropped Django 3.2, 4.0 and 4.1 support
  • Switched to CalVer versioning

See Milestones for full change log.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports