#18866: model Meta verbose_name too long error message not obvious
------------------------------+------------------------------------
     Reporter:  elena         |                    Owner:  nobody
         Type:  Bug           |                   Status:  new
    Component:  contrib.auth  |                  Version:  1.4
     Severity:  Normal        |               Resolution:
     Keywords:                |             Triage Stage:  Accepted
    Has patch:  1             |      Needs documentation:  0
  Needs tests:  1             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+------------------------------------
Changes (by  kerry@…):

 * cc: kerry@… (added)


Comment:

 This also applies with a very similar error if you create your own Model
 permissions in Meta with a description over 50 Chars,

 {{{
 class Meta:
         permissions = (
             ("view_desks", "Can view desks"),
             ("track_attendance", "Can track attended/no-show with this
 unfeasibly long description of over 50 Chars"),
         )

 }}}

 I've added this comment in case it's useful to someone else following the
 same route as me when identifying the problem.

 Would it make sense to fix under this ticket or shall I put in a new
 ticket?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18866#comment:8>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.df0303ca53d1ab8afb553bfca1380ef1%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to