Jathan McCollum

Results 191 comments of Jathan McCollum

Yeahhhh sorry about this. This is a known issue and it's just not a high enough priority for us to fix it right now. If you feel like you'd like...

@rmhasan Thanks for this contribution, too! Me and the other maintainers will be taking a look and try to keep this conversation going.

Thank you for submitting this.

This is not currently possible. Attribute values are currently limited to only strings, or a list of strings if `multi=True`. You could store the value of an attribute as a...

Well, what are your thoughts on how you might use nested attribute data like this? Would you want to be able to search for nested values?

If you're just using it for data storage, it seems having it designated as a JSON "type" could be a relatively quick win. Perhaps a first step could be if...

@termlen0 It's been a bit since I've gotten back to you on this PR, but I still think it's very important! I have some ideas. Stay tuned!

@TheSkorm I totally agree! Thanks for the idea.

It's not quite as simple as depth because it also comes down to the way the nested objects are serialized. Additionally, the implications of the related nested queries and the...

Yeah `.select_related()` is a good choice, but I would want those serializers to be used very carefully and explicitly because that has a notable performance impact, especially on very large...