From 46f2bfb804a9fb74936763ff8f63765f276f5fce Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Mon, 18 May 2020 12:46:49 -0400 Subject: [PATCH] Update documentation --- docs/release_notes/index.rst | 9 +-------- docs/release_notes/v1.1.1.rst | 22 ++++++++++++++++++++++ docs/release_notes/v1.2.rst | 15 --------------- 3 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 docs/release_notes/v1.1.1.rst delete mode 100644 docs/release_notes/v1.2.rst diff --git a/docs/release_notes/index.rst b/docs/release_notes/index.rst index 15bdc0eda..f23486e5a 100644 --- a/docs/release_notes/index.rst +++ b/docs/release_notes/index.rst @@ -6,20 +6,13 @@ Release notes Here are listed the release notes for each version of django-machina. -Django-machina 1.2 ------------------- - -.. toctree:: - :maxdepth: 1 - - v1.2 - Django-machina 1.1 ------------------ .. toctree:: :maxdepth: 1 + v1.1.1 v1.1 Django-machina 1.0 diff --git a/docs/release_notes/v1.1.1.rst b/docs/release_notes/v1.1.1.rst new file mode 100644 index 000000000..96109bed9 --- /dev/null +++ b/docs/release_notes/v1.1.1.rst @@ -0,0 +1,22 @@ +###################################################### +Django-machina 1.1.1 release notes (UNDER DEVELOPMENT) +###################################################### + +Requirements and compatibility +------------------------------ + +Python 3.5, 3.6, 3.7 and 3.8. Django 2.2 and 3.0. + +New features +------------ + +* A new ``MACHINA_MARKUP_MAX_LENGTH_VALIDATOR`` setting is introduced. The setting allows to + define the Python path to a validator used to validate the maximum length of posts or forum member + signatures + +Minor changes +------------- + +* Fix possible inconsistency occuring when moving topics between two different forums using the + moderation feature + (`#208 `_) diff --git a/docs/release_notes/v1.2.rst b/docs/release_notes/v1.2.rst deleted file mode 100644 index 7d59606b8..000000000 --- a/docs/release_notes/v1.2.rst +++ /dev/null @@ -1,15 +0,0 @@ -#################################################### -Django-machina 1.2 release notes (UNDER DEVELOPMENT) -#################################################### - -Requirements and compatibility ------------------------------- - -Python 3.5, 3.6, 3.7 and 3.8. Django 2.2 and 3.0. - -Major changes -------------- - -* A new ``MACHINA_MARKUP_MAX_LENGTH_VALIDATOR`` setting is introduced. The setting allows to - define the Python path to a validator used to validate the maximum length of posts or forum member - signatures