diff --git a/HISTORY.rst b/HISTORY.rst index 578f5b956a..5da562eacd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,7 @@ * Add cabinet add and remove workflow actions. * Tweaked the jstree component's appearance to cope with long labels. +* Update Django to version 1.11.24 3.2.7 (2019-08-28) ================== diff --git a/docs/releases/3.2.8.rst b/docs/releases/3.2.8.rst index 1a60ffcbca..a8015353d8 100644 --- a/docs/releases/3.2.8.rst +++ b/docs/releases/3.2.8.rst @@ -19,6 +19,7 @@ Other changes ^^^^^^^^^^^^^ - Add cabinet add and remove workflow actions. +- Update Django to version 1.11.24. Removals diff --git a/mayan/apps/common/dependencies.py b/mayan/apps/common/dependencies.py index c4e064da4e..97bfb1b0d4 100644 --- a/mayan/apps/common/dependencies.py +++ b/mayan/apps/common/dependencies.py @@ -36,7 +36,7 @@ PythonDependency( ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ''', module=__name__, name='django', version_string='==1.11.22' + ''', module=__name__, name='django', version_string='==1.11.24' ) PythonDependency( copyright_text=''' diff --git a/requirements/common.txt b/requirements/common.txt index 08f9ef96a1..25d563b64e 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1 +1 @@ -django==1.11.22 +django==1.11.24