kopia lustrzana https://github.com/wagtail/wagtail
Changelog and release note for #2027
rodzic
7861c2b492
commit
182d847b3f
|
@ -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
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue