Update 6.3 release notes (clean up + docs links)

pull/12250/head
LB Johnston 2024-08-28 20:30:41 +10:00 zatwierdzone przez Matt Westcott
rodzic 29d9b0d72e
commit 7f2bcb677b
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -31,16 +31,16 @@ This release adds formal support for Django 5.1.
### Documentation
* Upgrade Sphinx to 7.3 (Matt Westcott)
* Document how to customize date/time format settings (Vince Salvino)
* Document how to [customize date/time format settings](wagtail_date_time_formats) (Vince Salvino)
### Maintenance
* Removed support for Python 3.8 (Matt Westcott)
* Drop pytz dependency in favour of `zoneinfo.available_timezones` (Sage Abdullah)
* Relax django-taggit dependency to allow 6.0 (Matt Westcott)
* Drop `pytz` dependency in favour of `zoneinfo.available_timezones` (Sage Abdullah)
* Relax `django-taggit` dependency to allow 6.0 (Matt Westcott)
* Improve page listing performance (Sage Abdullah)
* Phase out usage of SECRET_KEY in version and icon hashes (Jake Howard)
* Phase out usage of `SECRET_KEY` in version and icon hashes (Jake Howard)
* Audit all use of localized and non-localized numbers in templates (Matt Westcott)
* Refactor StreamField `get_prep_value` for closer alignment with JSONField (Sage Abdullah)