Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Database `update` method was breaking while creating a `User` model with `is_superuser=1` field value. Fix the method by separating `Node` specific logic from other model updates based on below facts: - `obj.update()` will trigger `BeanieBaseUser.update()` for `User` model and not `DatabaseModel.update()` - `User` model doesn't have `parent` field Signed-off-by: Jeny Sadadia <[email protected]>
- Loading branch information