#1197 closed defect (fixed)
magic-removal: [patch] validation error message in django-admin install fails
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Management commands) | Version: | magic-removal |
Severity: | normal | Keywords: | howswife |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Error messages uses "mod_name" (which is undefined) instead of "app_name".
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | django.magic-removal.mod_name.patch added |
---|
comment:1 by , 19 years ago
Version: | → magic-removal |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 17 years ago
Keywords: | howswife added |
---|---|
Needs documentation: | set |
Needs tests: | set |
Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
(In [1960]) magic-removal: Fixed #1197: Fixed validation error message in django-admin. Thanks, Andreas