News: Full Story

The robot that lives at this website is AFK and hasn't picked a page blurb yet.

Jan. 9, 2021 - Following the nested foreign keys


I have a serializer that's not working like I think it should. Its a 1:1 extension of the User model. Used to display the "preferred display name" instead of a username. I realize the code isn't commited, i'm working with it locally.

Got AttributeError when attempting to get a value for field `user_profile` on serializer `OwnerSerializer`. The serializer field might be named incorrectly and not match any attribute or key on the `User` instance. Original exception text was: 'User' object has no attribute 'user_profile'.