pull/1070/head
Matt Westcott 2015-03-17 16:26:43 +00:00
rodzic 651dd4d9f3
commit 846b309593
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,7 @@ Changelog
* The `document_served` signal now correctly passes the Document class as `sender` and the document as `instance`
* Image/Document edit page no longer throws OSError when the original image is missing
* Page classes can specify an edit_handler property to override the default Content / Promote / Settings tabbed interface
* The Page model now records the date/time that a page was first published, as the field `first_published_at`
0.8.6 (10.03.2015)

Wyświetl plik

@ -22,6 +22,7 @@ Core
----
* Added validation to prevent pages being created with only whitespace characters in their title fields
* The Page model now records the date/time that a page was first published, as the field ``first_published_at``
Admin