0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00

Undocument go_live_at and expire_at

These are implementation details IMO
This commit is contained in:
Karl Hobley 2015-02-19 16:24:25 +00:00
parent ab83e3b4a8
commit 65bd0e305b

View File

@ -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
-------------------------------------------------