From 3a5d0222c2f49d96b093dc08ffa8b2d3639adcc6 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Tue, 21 Jul 2015 08:27:49 +0200 Subject: [PATCH] Update README/History --- HISTORY.rst | 2 ++ README.rst | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0e95cc6..5b9ea4c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,8 @@ History * Drop dependency on Django select2 * Code cleanups * Enforce flake8 / isort checks +* Add categories menu +* Add option to disable the abstract 0.4.0 (2015-03-22) ++++++++++++++++++ diff --git a/README.rst b/README.rst index ef2272a..21642a4 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,7 @@ Supported Django versions: * Django 1.6 * Django 1.7 +* Django 1.8 Supported django CMS versions: @@ -109,7 +110,7 @@ suited for your deployment. META_SITE_PROTOCOL = 'http' META_USE_SITES = True -* If you are using Django 1.7, be aware than ``filer`` < 0.9.10, ``cmsplugin_filer`` +* If you are using Django 1.7+, be aware than ``filer`` < 0.9.10, ``cmsplugin_filer`` and ``django-cms`` < 3.1 currently requires you to setup ``MIGRATION_MODULES`` in settings:: MIGRATION_MODULES = { @@ -189,6 +190,8 @@ Settings to control the chosen comments framework; (default: True) * BLOG_USE_PLACEHOLDER: Post content is managed via placeholder; if ``False`` a simple HTMLField is used; (default: True) +* BLOG_USE_ABSTRACT: Use an abstract field for the post; if ``False`` no abstract field + is available for every post; (default: True) * BLOG_IMAGE_THUMBNAIL_SIZE: Size of the main image when shown on the post lists; it's a dictionary with ``size``, ``crop`` and ``upscale`` keys; (default: ``{'size': '120x120', 'crop': True,'upscale': False}``)