From 34925f2cdfa8902f35890364e8a33b9eb8313a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 12 Sep 2019 11:01:45 +0300 Subject: [PATCH] Django compressor 2.2 -> 2.3 --- CHANGELOG.md | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc212e3..a5d44f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file. ## Unreleased ### Improvements - - Add the "Last Duration" field in the "My Checks" page (#257) - - Add "last_duration" attribute to the Check API resource (#257) +- Add the "Last Duration" field in the "My Checks" page (#257) +- Add "last_duration" attribute to the Check API resource (#257) ## 1.9.0 - 2019-09-03 @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file. - Three choices in timezone switcher (UTC / check's timezone / browser's timezone) (#278) - After adding a new check redirect to the "Check Details" page -## Bug Fixes +### Bug Fixes - Fix javascript code to construct correct URLs when running from a subdirectory (#273) - Don't show the "Sign Up" link in the login page if registration is closed (#280) diff --git a/requirements.txt b/requirements.txt index d432133d..a5ab4b40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ croniter==0.3.30 Django==2.2.5 -django_compressor==2.2 +django_compressor==2.3 psycopg2==2.7.5 pytz==2019.1 requests==2.22.0