From 22ba2328a1bad114e645a9e14a1dc38b018ed5e4 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 14 May 2015 21:34:13 +0100 Subject: [PATCH] Don't document Documents here Not the right place for it --- docs/reference/pages/editing_api.rst | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docs/reference/pages/editing_api.rst b/docs/reference/pages/editing_api.rst index 88d1f233d0..7a0456e1c8 100644 --- a/docs/reference/pages/editing_api.rst +++ b/docs/reference/pages/editing_api.rst @@ -170,28 +170,6 @@ For files in other formats, Wagtail provides a generic file store through the `` As with images, Wagtail documents should also have the appropriate extra parameters to prevent cascade deletions across a ForeignKey relationship. ``DocumentChooserPanel`` takes only one argument: the name of the field. -Documents can be used directly in templates without tags or filters. Its properties are: - -.. glossary:: - - ``title`` - The title of the document. - - ``url`` - URL to the file. - - ``created_at`` - The date and time the document was created (DateTime). - - ``filename`` - The filename of the file. - - ``file_extension`` - The extension of the file. - - ``tags`` - A ``TaggableManager`` which keeps track of tags associated with the document (uses the ``django-taggit`` module). - Pages and Page-derived Models -----------------------------