Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Aug 22, 2021
1 parent a022343 commit bb543b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_
Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Django-machina 1.1
.. toctree::
:maxdepth: 1

v1.1.5
v1.1.4
v1.1.3
v1.1.2
Expand Down
14 changes: 14 additions & 0 deletions docs/release_notes/v1.1.5.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bb543b8

Please sign in to comment.