Removed
- Dropped support for Python 3.6. (Nothing changed, but removed from tests.)
- Dropped support for Django 4.0. (Nothing changed, but removed from tests.)
Added
- Added support for Django 4.2. (Nothing changed, but added to tests.)
- `Venue` model has two new property methods `all_names` and `previous_names`.
- Any previous names of a `Venue` are displayed on the default venue detail page.