Opened 17 years ago
Closed 17 years ago
#6176 closed (invalid)
TABLE "auth_user_user_permissions" name puzzled
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.)