#713 closed defect (duplicate)
sqlreset expects django admin to be installed
Reported by: | hugo | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Other) | 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
When no django admin is installed in a project, sqlreset will still produce the deletes on the django admin log. Maybe it should check wether django.contrib.admin is in the installed apps and only output django admin log statements when the django admin is in there?
Note:
See TracTickets
for help on using tickets.
Duplicate of #686.