update docs, add load_all(), tests for load_all, make through field optional

This commit is contained in:
collerek
2021-03-03 19:48:40 +01:00
parent 9ad1528cc0
commit a8ae50276e
56 changed files with 1653 additions and 653 deletions

View File

@ -21,9 +21,15 @@ renderer:
- title: Model
contents:
- models.model.*
- title: Model Row
contents:
- models.model_row.*
- title: New BaseModel
contents:
- models.newbasemodel.*
- title: Excludable Items
contents:
- models.excludable.*
- title: Model Table Proxy
contents:
- models.modelproxy.*