#1393 closed defect (fixed)
magic_removal: content_type model/python_module_name
Reported by: | 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
the function get_model_module needs some attention.
it currently imports django.models.X.X
I think it needs to import the entire package name and have that stored in the database directly
ie.. instead of 'prefs' we store zilbo.common.prefs.models
Note:
See TracTickets
for help on using tickets.
This was fixed somewhere along the way.