Solution: Add verbose_name to ForeignKeys in
django.contrib.admin.models.EntryLog
--
Ticket URL: <https://code.djangoproject.com/ticket/25821>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Is this different from #12952? If so, I don't understand how.
--
Ticket URL: <https://code.djangoproject.com/ticket/25821#comment:1>
Comment (by RamezIssac):
Yes.
What i mean is adding verbose_name to LogEntry model itself, (user and
content_type) fields
[https://github.com/django/django/blob/stable/1.8.x/django/contrib/admin/models.py#L30]
--
Ticket URL: <https://code.djangoproject.com/ticket/25821#comment:2>
Comment (by souravsingh):
Is the issue open? If so,I would like to work on it.
--
Ticket URL: <https://code.djangoproject.com/ticket/25821#comment:3>
* status: new => closed
* resolution: => duplicate
Comment:
Oh I see, that was done in #25073 (will be in Django 1.9).
--
Ticket URL: <https://code.djangoproject.com/ticket/25821#comment:4>