Opened 7 years ago

Last modified 6 years ago

#28407 closed New feature

add db column comments to models Field comment_note — at Initial Version

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

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

https://github.com/django/django/pull/8738

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top