AttributeProperty for managing Attributes similarly to Django fields

This commit is contained in:
Griatch 2021-11-09 23:08:28 +01:00
parent 507e896e06
commit 7a60e9ed0d
9 changed files with 587 additions and 225 deletions

View file

@ -118,6 +118,8 @@ Up requirements to Django 3.2+, Twisted 21+
bool True/False if deletion was successful (like `DefaultObject.delete` before them)
- `contrib.custom_gametime` days/weeks/months now always starts from 1 (to match
the standard calendar form ... there is no month 0 every year after all).
- `AttributeProperty`/`NAttributeProperty` to allow managing Attributes/NAttributes
on typeclasses in the same way as Django fields.
### Evennia 0.9.5 (2019-2020)