kopia lustrzana https://github.com/wagtail/wagtail
Release note for #12276
rodzic
50b99c7643
commit
cf07674b92
|
@ -25,6 +25,7 @@ Changelog
|
||||||
* Maintenance: Refactor StreamField `get_prep_value` for closer alignment with JSONField (Sage Abdullah)
|
* 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: Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
|
||||||
* Maintenance: Upgrade Puppeteer integration tests for reliability (Matt Westcott)
|
* 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
|
6.2.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||||
|
|
|
@ -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)
|
* Refactor StreamField `get_prep_value` for closer alignment with JSONField (Sage Abdullah)
|
||||||
* Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
|
* Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
|
||||||
* Upgrade Puppeteer integration tests for reliability (Matt Westcott)
|
* 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
|
## Upgrade considerations - changes affecting all projects
|
||||||
|
|
Ładowanie…
Reference in New Issue