Opened 17 years ago

Closed 17 years ago

#3846 closed (fixed)

wrong names in variables. startapp rutine

Reported by: MarioGonzalez Owned by: Adrian Holovaty
Component: Core (Management commands) Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I found a variable in django/core/management.py file named project_name, its content should be the project name but it's not. It saves the parent directory name instead, so I wrote a patch that fix it.

Attachments (1)

management.diff (1.0 KB ) - added by MarioGonzalez 17 years ago.

Download all attachments as: .zip

Change History (3)

by MarioGonzalez, 17 years ago

Attachment: management.diff added

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedReady for checkin

Yes, it does look like that there is a bit of a mix-up in the current naming.

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4989]) Fixed #3846 -- Fixed misleading variable name in 'startapp' code. Thanks, MarioGonzalez

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