pull/12289/head
Matt Westcott 2024-09-06 12:13:15 +01:00
rodzic 50b99c7643
commit cf07674b92
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -25,6 +25,7 @@ Changelog
* Maintenance: Refactor StreamField `get_prep_value` for closer alignment with JSONField (Sage Abdullah)
* Maintenance: Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
* Maintenance: Upgrade Puppeteer integration tests for reliability (Matt Westcott)
* Maintenance: Restore ability to use `.in_bulk()` on specific querysets under Django 5.2a0 (Sage Abdullah)
6.2.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -47,6 +47,7 @@ This release adds formal support for Django 5.1.
* Refactor StreamField `get_prep_value` for closer alignment with JSONField (Sage Abdullah)
* Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
* Upgrade Puppeteer integration tests for reliability (Matt Westcott)
* Restore ability to use `.in_bulk()` on specific querysets under Django 5.2a0 (Sage Abdullah)
## Upgrade considerations - changes affecting all projects