django-commons / django-commons/django-enum
Default to using 'name' if value is undetermined.
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 110
- Forks
- 6
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 4
Description
Would fix #58
Contributor guide
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 reading issue #58, which this issue says would be fixed, then trace the relevant Django enum model-field behavior in the repository. Done means the field defaults to using “name” when the value is undetermined, with the behavior covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100