Release note for Django 3.1 support

pull/6302/head
Matt Westcott 2020-08-06 09:21:12 +01:00
rodzic f804eba423
commit ba16b4125d
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ Changelog
2.10 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* Added Django 3.1 support (Matt Westcott, Karl Hobley)
* Removed support for Python 3.5
* Implemented configurable moderation workflow (Jacob Topp-Mugglestone, Karl Hobley, Matt Westcott, Dan Braghis)
* Implemented phrase searching and structured search query expressions (Karl Hobley)

Wyświetl plik

@ -20,6 +20,12 @@ For further details, see :ref:`managing_workflows` and :doc:`../advanced_topics/
This feature was developed by Jacob Topp-Mugglestone, Karl Hobley, Matt Westcott and Dan Braghis, and sponsored by `The Motley Fool <https://www.fool.com/>`_.
Django 3.1 support
~~~~~~~~~~~~~~~~~~
This release adds support for Django 3.1. Compatibility fixes were contributed by Matt Westcott and Karl Hobley.
Search query expressions
~~~~~~~~~~~~~~~~~~~~~~~~