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
Under specific circumstances, the entity type can be called with a primary key.
Currently this support is just for User, with the syntax user = session.User(username).
Removed entity keyword guessing as it was a bit hacky and definitely not futureproofed.
An example of this was passing in a FileComponent, where it would evaluate to file_component=FileComponent