add more test with inheritance, fix ordering of subquery in first and get, regenerate api docs with only documented items

This commit is contained in:
collerek
2021-01-06 14:35:18 +01:00
parent bca77a3687
commit e42bf110cd
28 changed files with 139 additions and 437 deletions

View File

@ -68,13 +68,6 @@ Raised for errors in query definition:
* using Queryset.update() without filter and setting each flag to True
* using Queryset.delete() without filter and setting each flag to True
<a name="exceptions.RelationshipInstanceError"></a>
## RelationshipInstanceError Objects
```python
class RelationshipInstanceError(AsyncOrmException)
```
<a name="exceptions.ModelPersistenceError"></a>
## ModelPersistenceError Objects