You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use serializers.serializer for Django models so this is why it's happening. I just am not sure what I am going to do to get around the limitation. I have a few ideas, but nothing solid, yet.
#468 has been merged into main and is included in the new 0.49.0 version. Closing this for now, but let me know if you run into any issues with this going forward.
I have a model
When using that in a UnicornView:
and try to get that into HTML:
I don't get the
homepage.name
value - which should be inherited fromSite
. If I look at the js data Unicorn transfers:I think this should not be the case, as I would expect that
Site.domain
andSite.name
is serialized too.The text was updated successfully, but these errors were encountered: