add related model load tests

This commit is contained in:
collerek
2021-03-10 14:01:16 +01:00
parent 01904580e5
commit 50ddd1c2bb
5 changed files with 45 additions and 11 deletions

View File

@ -472,6 +472,7 @@ Available Model Fields (with required args - optional ones in docs):
* `Decimal(scale, precision)`
* `UUID()`
* `EnumField` - by passing `choices` to any other Field type
* `EncryptedString` - by passing `encrypt_secret` and `encrypt_backend`
* `ForeignKey(to)`
* `ManyToMany(to, through)`