test: Ensure that during model field creation, attribute help_text is defined and not empty

ref:  #248 #345 #346
This commit is contained in:
2024-10-13 21:01:59 +09:30
parent 1f9070c420
commit ad72cc4f7d
2 changed files with 70 additions and 1 deletions

View File

@ -38,7 +38,7 @@ All models must meet the following requirements:
!!! danger "Requirement"
Multi-field validation, or validation that requires access to multiple fields must be done within the [form class](./forms.md#requirements).
- contains a `Meta` sub-class with following parameters:
- contains a `Meta` sub-class with following attributes:
- `verbose_name_plural`