Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#1395 closed defect (invalid)

magic_removal: lower casing the module_name .. why?

Reported by: Ian@… 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

in django/db/models/options.py we convert the module name to lowercase in contribute_to_class (line 46)

this causes the DB content-type table to store the package-name as lowercase as well, which kind of makes it useless as you then can't use it to import.

Is there a reason?

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed

The module_name thing in Option is going away, so this will cease to be an issue.

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