8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-14 06:36:07 +00:00

Update CHANGELOG.md

This commit is contained in:
klafyvel 2019-09-08 15:07:28 +02:00
parent 8ceb9ccc0c
commit 5ce0dec5c4

View file

@ -190,6 +190,14 @@ Don't forget to run migrations afterwards.
## MR 433 : upgrade django-ldapdb to 1.3.0
Uninstall the existing django-ldapdb installation
pip3 uninstall django-ldapdb
Install debian(buster) supported version
apt install python3-django-ldapdb
If you use MySQL, please run
```