Fix deprecation warning for {% load staticfiles %} and django.contrib.staticfiles

This commit is contained in:
Valentin Samir
2019-03-02 11:31:18 +01:00
parent 4025fcbf11
commit 378f70fac9
5 changed files with 6 additions and 5 deletions

View File

@ -17,8 +17,9 @@ Added
Fixes
-----
* Fix checkbox position on the login page
* Checkbox position on the login page
* Set ldap3 client_strategy from sync to sync-restartable
* Deprecation warning for {% load staticfiles %} and django.contrib.staticfiles
v1.0.0 - 2019-01-12
===================