rebuild the registry of relationships

This commit is contained in:
collerek
2020-08-05 18:32:13 +02:00
parent a371c48959
commit 475dafb6c9
8 changed files with 204 additions and 81 deletions

View File

@ -18,5 +18,5 @@ class MultipleMatches(AsyncOrmException):
pass
class RelationshipNotFound(AsyncOrmException):
class RelationshipInstanceError(AsyncOrmException):
pass