#28407: add  db column comments to models Field comment_note
-------------------------------------+-------------------------------------
               Reporter:  007gzs     |          Owner:  nobody
                   Type:  New        |         Status:  new
  feature                            |
              Component:  Database   |        Version:  1.11
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:  db comment
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 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]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28407>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.64a82000ccaefcbace08f5a79a0f92d5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to