Django compressor 2.2 -> 2.3

This commit is contained in:
Pēteris Caune 2019-09-12 11:01:45 +03:00
parent 0d2736059d
commit 34925f2cdf
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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