jsocol / jsocol/django-adminplus
Models not resolving on Django 2.0
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 602
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
I've incorporated django-adminplus to my site and it's working great, however when running tests Django is not able to resolve my models. I see:
ImportError: cannot import name <MyModel>
This is using Python 3.4 on Django 2.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the model-resolution failure in the reported Python 3.4 and Django 2.0 environment while using django-adminplus. Trace the import that raises ImportError for MyModel and identify the compatibility issue; done means the models resolve during the test run without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100