This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
v1.0.7-beta
Pre-release
Pre-release
- Lots of new documentation
- Bug fixes and improvements
Breaking changes:
FlarumUser.all_discussions()
,.all_posts()
, etc. got renamed to.get_discussions()
,.get_posts()
...FlarumUser.username
got renamed toFlarumUser.username_or_email
, so logging with E-mail is now possible. Please, useFlarumUser(username_or_email=...)
instead ofFlarumUser(username=...)
- Type hints for extensions broke - this will be addressed in next updates, I still need to figure it out
1.1 will most likely be a stable release.