issues Search Results · repo:bckohan/django-enum language:Python
Filter by
75 results
(52 ms)75 results
inbckohan/django-enum (press backspace or delete to remove)e.g.
class EnumWithAlias(Enum):
ONE = 1
TWO = 2
THREE = 3
THREE_ALIAS = THREE
field = EnumField(Enum, aliases=True/False)
enhancement
bckohan
- Opened 13 hours ago
- #118
- FileField
- FilePathField
- IPs
- ImageField
Once #108 is finished this might make more sense. For example, an IP is just a string the user would have to tell us
that its an IP.
question
bckohan
- Opened yesterday
- #116

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.