Opened 8 years ago
Last modified 8 years ago
#28407 closed New feature
add db column comments to models Field comment_note — at Version 1
| Reported by: | 007 | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 1.11 |
| Severity: | Normal | Keywords: | db comment |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | yes | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
when use inspectdb make model from db.
the db column is created by dba, not developer .
so db column comments set to models Field is helpful for developer.
like
field = models.IntegerField(blank=True, null=True) #comments in db
Note:
See TracTickets
for help on using tickets.