Make common typeclass.delete return True/False to match Object.delete api for consistency. Resolve #2398

This commit is contained in:
Griatch 2021-11-03 23:18:50 +01:00
parent 00b29a693d
commit 58f86fd3d7
4 changed files with 38 additions and 5 deletions

View file

@ -114,6 +114,8 @@ Up requirements to Django 3.2+, Twisted 21+
`"Evennia webclient (websocket:firefox)"` or `"evennia webclient (ajax:chrome)"`.
- `TagHandler.add/has(tag=...)` kwarg changed to `add/has(key=...)` for consistency
with other handlers.
- Make `DefaultScript.delete`, `DefaultChannel.delete` and `DefaultAccount.delete` return
bool True/False if deletion was successful (like `DefaultObject.delete` before them)
### Evennia 0.9.5 (2019-2020)