[magic-removal] [patch] ImportError raised for Models not in INSTALLED_APPS has invalid module path
The code checks for the model's module by removing '.models' from the end of the string, but the error message still uses full model path.
Change History
(5)
| Summary: |
ImportError raised for Models not in INSTALLED_APPS has invalid module path → [patch] ImportError raised for Models not in INSTALLED_APPS has invalid module path
|
| Summary: |
[patch] ImportError raised for Models not in INSTALLED_APPS has invalid module path → [magic-removal] [patch] ImportError raised for Models not in INSTALLED_APPS has invalid module path
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
strip '.models' from module path in the error message