Docs - Update spelling & reference in release notes for UserViewSet

pull/12340/head
LB Johnston 2024-09-19 08:02:34 +10:00 zatwierdzone przez Matt Westcott
rodzic 8b3540de0d
commit 7a03106ddd
2 zmienionych plików z 2 dodań i 2 usunięć
docs/releases

Wyświetl plik

@ -29,7 +29,7 @@ Changelog
* Docs: Upgrade Sphinx to 7.3 (Matt Westcott)
* Docs: Document how to customize date/time format settings (Vince Salvino)
* Docs: Create a new documentation section for deployment and move fly.io deployment from the tutorial to this section (Vince Salvino)
* Docs: Clarify process for UserViewSet customisation (Sage Abdullah)
* Docs: Clarify process for UserViewSet customization (Sage Abdullah)
* Maintenance: Removed support for Python 3.8 (Matt Westcott)
* Maintenance: Drop pytz dependency in favour of `zoneinfo.available_timezones` (Sage Abdullah)
* Maintenance: Relax django-taggit dependency to allow 6.0 (Matt Westcott)

Wyświetl plik

@ -47,7 +47,7 @@ This release adds formal support for Django 5.1.
* Upgrade Sphinx to 7.3 (Matt Westcott)
* Document how to [customize date/time format settings](wagtail_date_time_formats) (Vince Salvino)
* Create a new documentation section for [deployment](deployment_guide) and move `fly.io` deployment from the tutorial to this section (Vince Salvino)
* Clarify process for UserViewSet customisation (Sage Abdullah)
* Clarify process for [UserViewSet customization](custom_userviewset) (Sage Abdullah)
### Maintenance