Opened 18 years ago

Closed 18 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)

management-installed-models.diff (634 bytes ) - added by Antti Kaihola 18 years ago.
a wild guess at what the intended variable name is: not_installed_models

Download all attachments as: .zip

Change History (3)

by Antti Kaihola, 18 years ago

a wild guess at what the intended variable name is: not_installed_models

comment:1 by Andy Dustman <farcepest@…>, 18 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.)

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in [2537].

Note: See TracTickets for help on using tickets.
Back to Top