Update Changelog and upgrade Django version to 3.2.11
This commit is contained in:
parent
a410c5c320
commit
cbba1b99e4
2 changed files with 11 additions and 1 deletions
10
Changelog.md
10
Changelog.md
|
@ -1,5 +1,15 @@
|
||||||
# CHANGELOG.md
|
# CHANGELOG.md
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- issue#10111
|
||||||
|
- 'Gmba v2 id:' is editable at the moment, it shouldn't be editable
|
||||||
|
|
||||||
|
Upgrades:
|
||||||
|
- issue#10113
|
||||||
|
- Django from 3.2.5 to 3.2.11
|
||||||
|
|
||||||
## 1.10 (2022-01-05)
|
## 1.10 (2022-01-05)
|
||||||
|
|
||||||
Enhancements:
|
Enhancements:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
asgiref==3.4.1
|
asgiref==3.4.1
|
||||||
Django==3.2.5
|
Django==3.2.11
|
||||||
python-dotenv==0.19.0
|
python-dotenv==0.19.0
|
||||||
pytz==2021.1
|
pytz==2021.1
|
||||||
sqlparse==0.4.1
|
sqlparse==0.4.1
|
||||||
|
|
Loading…
Reference in a new issue