Changelogο
All notable changes to AccessibleDjango are documented here.
This page references the main changelog: CHANGELOG.md
Version Historyο
[1.0.0] - 2024-12-25ο
Initial Release π
Addedο
Accessibility checks for missing or empty
altattributes in<img>tagsDjango system checks integration
Template scanning for all configured template directories
Basic validators and utilities for template processing
Comprehensive documentation with Sphinx
MIT License
Support for Python 3.10+
Support for Django 4.2+
Featuresο
Automatic template discovery from
TEMPLATESsettingsLine number reporting for accessibility issues
Integration with Djangoβs check framework
Clear, actionable warning messages with hints
Documentationο
Installation guide
Quick start tutorial
Comprehensive user guide
Complete API reference
Contributing guidelines
Upgrade Guideο
Upgrading to 1.0.0ο
This is the initial release. To install:
pip install accessible-django
Add to your INSTALLED_APPS:
INSTALLED_APPS = [
# ...
'accessible_django',
]
Future Releasesο
See our roadmap for planned features:
Form accessibility validation
ARIA role verification
Color contrast analysis
Heading hierarchy validation
Keyboard navigation checks
Release Notes Formatο
We follow Keep a Changelog format:
Added - New features
Changed - Changes in existing functionality
Deprecated - Soon-to-be removed features
Removed - Removed features
Fixed - Bug fixes
Security - Security fixes
Versioningο
AccessibleDjango follows Semantic Versioning:
MAJOR version for incompatible API changes
MINOR version for new functionality (backwards compatible)
PATCH version for backwards compatible bug fixes
Stay Updatedο
Watch the GitHub repository for releases
Check the changelog regularly
Subscribe to release notifications on GitHub