Opened 17 years ago
Closed 17 years ago
#6176 closed (invalid)
TABLE "auth_user_user_permissions" name puzzled
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 0.96 |
Severity: | Keywords: | database TABLE Naming | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
database TABLE "auth_user_user_permissions" name
lets me feel puzzled,
Should change name is "auth_user_permissions"
Note:
See TracTickets
for help on using tickets.
That's just the way Django generates names for tables by default. There's nothing "wrong" with it, so I'll mark this invalid.
(The name could of course be changed to something else but that would break every installation out there that uses
django.contrib.auth
for no real gain, so it would getwontfix
ed anyway.)