Up django version to 3.2

This commit is contained in:
Griatch 2021-05-15 11:02:57 +02:00
parent ae6a481025
commit 63009a2a65
4 changed files with 11 additions and 7 deletions

View file

@ -2,6 +2,8 @@
## Evennia 1.0 (2019-) (develop branch, WIP)
Up requirements to Django 3.2+
- New `drop:holds()` lock default to limit dropping nonsensical things. Access check
defaults to True for backwards-compatibility in 0.9, will be False in 1.0
- REST API allows you external access to db objects through HTTP requests (Tehom)