#16027: Include app_label in ContentType.__unicode__
-------------------------------------+-------------------------------------
     Reporter:  jakub                |                    Owner:  Fandekasp
         Type:                       |                   Status:  new
  Cleanup/optimization               |                  Version:  1.3
    Component:                       |               Resolution:
  contrib.contenttypes               |             Triage Stage:  Design
     Severity:  Normal               |  decision needed
     Keywords:                       |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  1
  Needs tests:  1                    |                    UI/UX:  0
Easy pickings:  1                    |
-------------------------------------+-------------------------------------
Changes (by julien):

 * stage:  Accepted => Design decision needed


Comment:

 Yes, this ticket conflicts with the approach in #16803. From my personal
 experience, I would have preferred using 'app_label.model' instead of the
 verbose model name as it would have been clearer where the model comes
 from and it would have helped disambiguate models with the same name (e.g.
 I've worked on projects with multiple Page and Article models). I do
 understand the value of translating model names for some situations
 though. So I'll move this ticket to DDN so it can be re-considered once
 app labels become translatable (see #3591).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16027#comment:10>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to