ModelInfo โ
Overview โ
A serializer for providing metadata about models, including fields, actions, and permissions.
This is a read-only serializer.
Effectively, this is a custom model serializer for content types.
Properties โ
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | integer | yes | ||
| app_label | string | yes | ||
| model | string | yes | ||
| verbose_name | string | yes | ||
| verbose_name_plural | string | yes |