|
@@ -22,6 +22,7 @@ Changelog
|
|
|
* Add support for more rich text formats, disabled by default: `blockquote`, `superscript`, `subscript`, `strikethrough`, `code` (Md Arifin Ibne Matin)
|
|
|
* Added `max_count_per_parent` option on page models to limit the number of pages of a given type that can be created under one parent page (Wesley van Lee)
|
|
|
* `StreamField` field blocks now accept a `validators` argument (Tom Usher)
|
|
|
+ * Added edit / delete buttons to snippet index and "don't delete" option to confirmation screen, for consistency with pages (Kevin Howbrook)
|
|
|
* Fix: Set `SERVER_PORT` to 443 in `Page.dummy_request()` for HTTPS sites (Sergey Fedoseev)
|
|
|
* Fix: Include port number in `Host` header of `Page.dummy_request()` (Sergey Fedoseev)
|
|
|
* Fix: Validation error messages in `InlinePanel` no longer count towards `max_num` when disabling the 'add' button (Todd Dembrey, Thibaud Colas)
|