rename relationshipmanager

This commit is contained in:
collerek
2020-08-23 18:32:21 +02:00
parent fd688d23bd
commit 9bbf6f93ed
8 changed files with 11 additions and 11 deletions

View File

@ -76,7 +76,7 @@ Since you join two times to the same table (categories) it won't work by default
But don't worry - ormar can handle situations like this, as it uses the Relationship Manager which has it's aliases defined for all relationships.
Each class is registered with the same instance of the RelationshipManager that you can access like this:
Each class is registered with the same instance of the AliasManager that you can access like this:
```python
SchoolClass._orm_relationship_manager