#3591: add support for custom app_label and verbose_name
------------------------------+------------------------------------
     Reporter:  jkocherhans   |                    Owner:  adrian
         Type:  New feature   |                   Status:  new
    Component:  Core (Other)  |                  Version:  master
     Severity:  Normal        |               Resolution:
     Keywords:                |             Triage Stage:  Accepted
    Has patch:  1             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  1
------------------------------+------------------------------------

Comment (by malavon_despana@…):

 My suggestion: Let the developer declare in the application package's
 __init__.py something like:

     class Meta: #or whatever the name should be.
         verbose_name = _(u"App title for stuff like Admin")
         ... perhaps more stuff would be convenient here ...

 Keepin' seein' the raw name in the admin interface just sucks :(.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/3591#comment:142>
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to