- 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 byaria-describedby
. This means error messages can now be read by screen reader users.
- Added