Undocument go_live_at and expire_at

These are implementation details IMO
pull/1011/head
Karl Hobley 2015-02-19 16:24:25 +00:00
rodzic ab83e3b4a8
commit 65bd0e305b
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -81,12 +81,6 @@ Wagtail provides some fields for the ``Page`` class by default, which will be co
``show_in_menus`` (boolean)
Toggles whether the page should be considered for inclusion in any site-wide menus you create.
``go_live_at`` (datetime)
A datetime on which the page should be automatically made published (made publicly accessible)
``expire_at`` (datetime)
A datetime on which the page should be unpublished, rendering it inaccessible to the public.
Page Attributes, Properties and Methods Reference
-------------------------------------------------