#19945 closed Bug (fixed)
In the admin page word "Users" not translated.
| Reported by: | anonymous | Owned by: | matiasb |
|---|---|---|---|
| Component: | Translations | Version: | 1.5 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the admin page word "User" not translated.
Change History (6)
comment:1 by , 13 years ago
| Summary: | In the admin page word "User" not translated. → In the admin page word "Users" not translated. |
|---|
comment:2 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:4 by , 13 years ago
| Has patch: | set |
|---|
Proposed pull request: https://github.com/django/django/pull/871
Tests passing with SQLite.
comment:5 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Confirmed. This is related to the fact that the default User model inheriting from AbstractUser model is not doing the Meta class inheritance.
django/contrib/auth/models.py
: