mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-10 18:10:58 +00:00
Changelog and release note for #2027
This commit is contained in:
parent
7861c2b492
commit
182d847b3f
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ Changelog
|
|||
* Added a hook `insert_global_admin_css` for inserting custom CSS throughout the admin backend (Tom Dyson)
|
||||
* Page models now perform field validation, including testing slugs for uniqueness within a parent page, at the model level on saving
|
||||
* Page slugs are now auto-generated at the model level on page creation if one has not been specified explicitly
|
||||
* The `Page` model now has two new methods `get_site()` and `get_url_parts()` to aid with customising the page URL generation logic
|
||||
* New translations for Hungarian, Swedish (Sweden) and Turkish
|
||||
* Fix: Custom page managers no longer raise an error when used on an abstract model
|
||||
* Fix: Wagtail's migrations are now all reversible (benjaoming)
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ Minor features
|
|||
* Added a hook ``insert_global_admin_css`` for inserting custom CSS throughout the admin backend (Tom Dyson)
|
||||
* Page models now perform field validation, including testing slugs for uniqueness within a parent page, at the model level on saving
|
||||
* Page slugs are now auto-generated at the model level on page creation if one has not been specified explicitly
|
||||
* The ``Page`` model now has two new methods ``get_site()`` and ``get_url_parts()`` to aid with customising the page URL generation logic
|
||||
* New translations for Hungarian, Swedish (Sweden) and Turkish
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue