forked from GithubBackups/healthchecks
Django compressor 2.2 -> 2.3
This commit is contained in:
parent
0d2736059d
commit
34925f2cdf
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user