Skip to content

2025.4

Latest
Compare
Choose a tag to compare
@smithdc1 smithdc1 released this 02 Apr 12:31
80073ba
  • 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.