#23480: Length of Verbose_name of models is not checked
-------------------------------------+-------------------------------------
     Reporter:  d9pouces             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.6
  (models, ORM)                      |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by aaugustin):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 The only point where there's an arbitrary restriction on the length of
 `verbose_name` is during the creation of permissions. We should lift that
 restriction when we start adding migrations to contrib apps. At that point
 we'll simply stop raising an exception when hitting the limit.

 That's why I believe the current level of error reporting is appropriate.

--
Ticket URL: <https://code.djangoproject.com/ticket/23480#comment:4>
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/066.70c53ffbe48d2a44f419774bc2730244%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to