This is also the wrong fix here. It causes issues with logging in (not captured by tests yet).
evennia.comms.models.ChannelDB.MultipleObjectsReturned: get() returned more than one ChannelDB -- it returned 3!
This change appears to work and keeps the tests happy. I can't vouch for it's correctness though so please take a look! :)
Trying an alternative fix
Ok so this is the wrong fix. It does actually work though in game, however it fails with 'filter_family' not found on class ChannelDBManager in the tests or when using the evennia.search_channel python command. I have no idea why it would work in one scenario (when using the channel syntax to write to the channel) but not the others. Maybe one for discussion.
Changing the use of filter to filter_family in search_channel
It's possible to create a channel using a custom typeclass, however you cannot search for the channel once it's created using the current functionality. This change allows search_channel to find the channel once it's been created.
Use filter_family instead of filter
Fix Windows specific bugs
docs: fix broken links in Tutorial
Merge pull request #2896 from selberhad/tutorial_broken_links
docs: fix broken links in Tutorial
Updated italian translation (#2884)
Updated italian translation (#2884)
Set italian translation metadata (#2884)
Merge pull request #2935 from MattiaEffendi/master
Updated italian translations
Revert "Updated italian translations"
Merge pull request #2937 from evennia/revert-2935-master
Revert "Updated italian translations"
Auto-add needs-triage label for new bugs/requests
Pass **kwargs to various hooks on move_to