Opened 19 years ago
Closed 19 years ago
#1406 closed defect (duplicate)
[magic-removal] Cannot add via admin interface, DoesNotExist error
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
magic removal branch latest revision, cannot use the admin interface for any models (users, groups, sites, flatpages)
error i receive is below
DoesNotExist at /admin/auth/user/add/ Package does not exist for {'label': 'auth'} Request Method: GET Request URL: http://localhost:8000/admin/auth/user/add/ Exception Type: DoesNotExist Exception Value: Package does not exist for {'label': 'auth'} Exception Location: C:\Python24\Lib\site-packages\django\db\models\query.py in get, line 170
Note:
See TracTickets
for help on using tickets.
This is a dupe of #1397. There is a patch attached to that bug, so I'll close this one.