#32444 closed Uncategorized (invalid)
JSONField does not have parameter help_text
Reported by: | Hüseyin Emre Armağan | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 3.1 |
Severity: | Normal | Keywords: | JSONField, help_text |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
JSONField which located in db.models.fields.json.py, does not have parameter help_text.
Note:
See TracTickets
for help on using tickets.
It does through its inheritance of
django.db.models.Field
https://github.com/django/django/blob/3fa1ed53be370f4b1a94d78b56ff30d23b131623/django/db/models/fields/json.py#L26
https://github.com/django/django/blob/3fa1ed53be370f4b1a94d78b56ff30d23b131623/django/db/models/fields/json.py#L34
https://github.com/django/django/blob/3fa1ed53be370f4b1a94d78b56ff30d23b131623/django/db/models/fields/__init__.py#L135