orm: Support NULL related models
When using select_related with nullable relationships, ensure that when constructing models, that a NULL object is retrieved when handling a null relationship.
Loading
Please register or sign in to comment
When using select_related with nullable relationships, ensure that when constructing models, that a NULL object is retrieved when handling a null relationship.