mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-09 16:04:45 +00:00
Release note for #4516
This commit is contained in:
parent
2c2ef3465f
commit
c4325fd4e9
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ Changelog
|
|||
* JS / CSS media files can now be associated with Draftail feature definitions (Matt Westcott)
|
||||
* The `{% slugurl %}` template tag is now site-aware (Samir Shah)
|
||||
* Added `file_size` field to documents (Karl Hobley)
|
||||
* Added `file_hash` field to images (Karl Hobley)
|
||||
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
|
||||
* Added `defer` flag to `PageQuerySet.specific` (Karl Hobley)
|
||||
* Snippets can now be deleted from the listing view (LB (Ben Johnston))
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ Other features
|
|||
* JS / CSS media files can now be associated with Draftail feature definitions (Matt Westcott)
|
||||
* The ``{% slugurl %}`` template tag is now site-aware (Samir Shah)
|
||||
* Added ``file_size`` field to documents (Karl Hobley)
|
||||
* Added ``file_hash`` field to images (Karl Hobley)
|
||||
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
|
||||
* Added ``defer`` flag to ``PageQuerySet.specific`` (Karl Hobley)
|
||||
* Snippets can now be deleted from the listing view (LB (Ben Johnston))
|
||||
|
|
|
|||
Loading…
Reference in a new issue