Opened 16 years ago

Closed 16 years ago

#6176 closed (invalid)

TABLE "auth_user_user_permissions" name puzzled

Reported by: isoemail@… 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"

Change History (1)

comment:1 by arien, 16 years ago

Resolution: invalid
Status: newclosed

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 get wontfixed anyway.)

Note: See TracTickets for help on using tickets.
Back to Top