Opened 19 years ago
Closed 19 years ago
#1524 closed defect (fixed)
[patch] [magic-removal] reference to missing global in management.py
Reported by: | Antti Kaihola | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Tools | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
management.py refers to the variable not_found_models
which isn't mentioned anywhere else in Django source. Causes a crash when trying to do runtests.py on user's applications.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | management-installed-models.diff added |
---|
comment:1 by , 19 years ago
I think this got fixed in changeset:2537. (I'd close this, but I think it's kinda nutty that a non-authenticated user can do this.)
Note:
See TracTickets
for help on using tickets.
a wild guess at what the intended variable name is: not_installed_models