From bb543b802fe90dc4bf7f4caf79e21edafa5d9fa3 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Sun, 22 Aug 2021 13:54:10 -0400 Subject: [PATCH] Update documentation --- docs/getting_started.rst | 2 +- docs/release_notes/index.rst | 1 + docs/release_notes/v1.1.5.rst | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/release_notes/v1.1.5.rst diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 28c8a6995..e6d1acec7 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -5,7 +5,7 @@ Requirements ------------ * `Python`_ 3.5, 3.6, 3.7, 3.8 and 3.9 -* `Django`_ 2.2x, 3.0.x and 3.1.x +* `Django`_ 2.2x, 3.0.x, 3.1.x and 3.2.x * `Pillow`_ * `Django-haystack`_ * `Django-mptt`_ diff --git a/docs/release_notes/index.rst b/docs/release_notes/index.rst index aa200bb9e..880242f38 100644 --- a/docs/release_notes/index.rst +++ b/docs/release_notes/index.rst @@ -12,6 +12,7 @@ Django-machina 1.1 .. toctree:: :maxdepth: 1 + v1.1.5 v1.1.4 v1.1.3 v1.1.2 diff --git a/docs/release_notes/v1.1.5.rst b/docs/release_notes/v1.1.5.rst new file mode 100644 index 000000000..001868f03 --- /dev/null +++ b/docs/release_notes/v1.1.5.rst @@ -0,0 +1,14 @@ +############################################### +Django-machina 1.1.5 release notes (2021-08-22) +############################################### + +Requirements and compatibility +------------------------------ + +Python 3.5, 3.6, 3.7, 3.8 and 3.9. Django 2.2, 3.0, 3.1 and 3.2 + +Minor changes +------------- + +* Fix a possible `AttributeError` occuring when trying to create topics with poll options but + without a poll question