Griatch
Griatch
I think `cpattr` was simply made before Attributes could have categories :stuck_out_tongue:
Some nice updates here. I have updated the list.
@Zhuraj Oh, thanks! :de:
The `External.Discord` is currently handled by a dummy inputfunc so as to avoid causing unhandled-errors in the log.
I don't discount the need for a central and more stable "source of truth" - whereas the two session-storages _should_ not be able to go out of sync, it's clear...
@trhr, @volundmush, @friarzen I saw a lot of discussion about this in the chat the other night, so why don't you update this thread with the findings/opinions/conclusions?
Hm, should be relatively easy to add.
I don't think this is supported. String comparisons are done on the string contents of the database, and the Attribute's value is stored in a binary pickle. I'm not sure...
The `db_strvalue` is always empty unless you specifically assign to it manually. Looking at `Attribute.objects.filter(db_value__contains="rose")`, the reason this doesn't work would be the same reason; what happens when you try...
This is a tricky one. I'd need to investigate further. It's also possible that there's a point where nesting essentially un-pickle-able things ever deeper will just not be supported :/...