Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / bckohan/django-enum issues and pull requests
#81 - ⬆ Bump codecov/codecov-action from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] 15 days ago
Labels: dependencies, github_actions
#80 - Add a parser/completer for django-typer shellcompletion
Issue -
State: open - Opened by bckohan 2 months ago
Labels: enhancement
#79 - Move form imports to locally scoped imports where needed in fields.py
Issue -
State: open - Opened by bckohan 5 months ago
Labels: enhancement
#78 - V2.0.2
Pull Request -
State: closed - Opened by bckohan 5 months ago
#77 - Constraints fail when using a name argument
Issue -
State: closed - Opened by twanwv 5 months ago
- 3 comments
Labels: bug
#76 - fix migration code samples in docs
Pull Request -
State: closed - Opened by bckohan 5 months ago
#75 - V2.x.x
Pull Request -
State: closed - Opened by bckohan 5 months ago
- 1 comment
#74 - Unexpected ValueError instead of ValidationError
Issue -
State: closed - Opened by penenkel 5 months ago
- 9 comments
Labels: bug
#72 - Reorganize documentation using diataxis
Issue -
State: open - Opened by bckohan 5 months ago
Labels: documentation
#72 - Reorganize documentation using diataxis
Issue -
State: open - Opened by bckohan 5 months ago
Labels: documentation
#71 - Support has_all and has_any lookups for integer sizes greater than 64 bit.
Issue -
State: open - Opened by bckohan 5 months ago
#70 - Reorganize tests
Issue -
State: closed - Opened by bckohan 6 months ago
Labels: tests
#69 - 1.3.3
Pull Request -
State: closed - Opened by bckohan 6 months ago
- 1 comment
#68 - Drop support for Python 3.7
Issue -
State: closed - Opened by bckohan 6 months ago
Labels: dependencies
#67 - Support python 3.13
Issue -
State: closed - Opened by bckohan 6 months ago
Labels: dependencies
#66 - 1.3.x
Pull Request -
State: closed - Opened by bckohan 6 months ago
#65 - run CI against django 5.1 rc1
Pull Request -
State: closed - Opened by bckohan 7 months ago
#64 - 1.3.x
Pull Request -
State: closed - Opened by bckohan 7 months ago
#63 - Support Django 5.1
Issue -
State: closed - Opened by bckohan 7 months ago
Labels: enhancement
#62 - Switch linting and formatting to ruff
Issue -
State: closed - Opened by bckohan 10 months ago
Labels: enhancement
#61 - Also type check with pyright.
Issue -
State: open - Opened by bckohan 11 months ago
Labels: enhancement
#60 - Install django-stubs when running static type checks.
Issue -
State: closed - Opened by bckohan 11 months ago
- 1 comment
Labels: tests
#59 - db_default produces expressions instead of primitives when given enum value instances.
Issue -
State: closed - Opened by bckohan 12 months ago
Labels: bug
#58 - Support dataclass enums.
Issue -
State: open - Opened by bckohan about 1 year ago
- 2 comments
Labels: enhancement
#57 - 54 support django 50
Pull Request -
State: closed - Opened by bckohan about 1 year ago
#56 - Support db_default
Issue -
State: closed - Opened by bckohan about 1 year ago
Labels: enhancement
#55 - When coerce=False, enum form fields and model fields should still coerce to the enum's primitive type.
Issue -
State: closed - Opened by bckohan about 1 year ago
Labels: bug
#54 - Support Django 5.0
Issue -
State: closed - Opened by bckohan about 1 year ago
#53 - When a character enum field allows null and blank=True, form fields and drf fields allow '' to pass through causing errors.
Issue -
State: open - Opened by bckohan over 1 year ago
Labels: bug
#52 - Support python 3.12
Issue -
State: closed - Opened by bckohan over 1 year ago
#51 - Update mypy requirement from >=0.971,<1.3 to >=0.971,<1.5
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#50 - Bump sphinx-rtd-theme from 1.2.0 to 1.2.2
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#49 - Bump sphinx-rtd-theme from 1.2.0 to 1.2.1
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#48 - Update mypy requirement from >=0.971,<1.3 to >=0.971,<1.4
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#47 - Supply a mixin for DRF ModelSerializers that instantiates the provided DRF EnumField type for model EnumFields.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#46 - EnumField's should inherit from common base titled EnumField
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#45 - Add database constraints on enum fields by default.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#44 - to_python() raises ValueError instead of spec'ed ValidationError
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: bug
#43 - Add support for date, datetime, timedelta, time and Decimal enumeration types.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#42 - None should be an allowable enumeration value in enums of any primitive type.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#41 - Characterize the performance trade offs of bitfields vs indexed and non-indexed boolean fields.
Issue -
State: closed - Opened by bckohan almost 2 years ago
- 1 comment
Labels: documentation
#40 - Provide a non-strict form widget that allows a value outside of the enumeration to be set.
Issue -
State: open - Opened by bckohan almost 2 years ago
Labels: enhancement, question
#39 - When coerce is false, to_python does not convert to the Enum's primitive type
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: bug
#38 - Provide parameter to override integer range on EnumField.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#37 - Document that with version 1.4 of enum-properties label is no longer overridable for Choices
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: documentation
#36 - Update mypy requirement from >=0.971,<1.2 to >=0.971,<1.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#35 - EnumFields don't display correctly in the Admin when set to read_only.
Issue -
State: closed - Opened by bckohan almost 2 years ago
- 5 comments
Labels: bug
#34 - Compat for enums not deriving from Django's choices.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#33 - Add all official supported Django RDBMS backends to CI
Issue -
State: closed - Opened by bckohan almost 2 years ago
- 2 comments
Labels: tests
#32 - Support for integer sizes greater than 64 bit
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#31 - Update django-filter requirement from >=21,<23 to >=21,<24
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#30 - Update mypy requirement from >=0.971,<1.1 to >=0.971,<1.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#29 - Update deepdiff requirement from ^5.2.3 to >=5.2.3,<7.0.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#28 - Update coverage requirement from ^6.2 to >=6.2,<8.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#27 - Update mypy requirement from ^0.971 to >=0.971,<1.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#26 - Update readme-renderer requirement from ^34.0 to >=34,<38
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#25 - Provide a MultipleEnumChoiceFilter
Issue -
State: open - Opened by bckohan almost 2 years ago
Labels: enhancement
#24 - Provide an EnumMultipleChoiceField
Issue -
State: open - Opened by bckohan almost 2 years ago
Labels: enhancement
#23 - LICENSE packaged into source dir.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: packaging
#22 - Provide an optional enum path converter.
Issue -
State: closed - Opened by bckohan about 2 years ago
- 2 comments
Labels: enhancement
#21 - Bump sphinx-rtd-theme from 1.1.1 to 1.2.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#20 - Bump sphinxcontrib-htmlhelp from 2.0.0 to 2.0.1
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#19 - Use native enums if the database supports them
Issue -
State: open - Opened by bckohan about 2 years ago
- 4 comments
Labels: enhancement, help wanted
#18 - Bump sphinxcontrib-applehelp from 1.0.3 to 1.0.4
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#17 - Broken on Django4.1/Python 3.11
Issue -
State: closed - Opened by bckohan about 2 years ago
- 1 comment
Labels: bug
#16 - Bump sphinxcontrib-applehelp from 1.0.2 to 1.0.3
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#15 - Multiple choice django-filters?
Issue -
State: closed - Opened by bckohan about 2 years ago
- 1 comment
Labels: question
#14 - translated properties can't be symmetric
Issue -
State: open - Opened by bckohan about 2 years ago
- 1 comment
Labels: question
#13 - Bump sphinx-argparse from 0.3.2 to 0.4.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#12 - Bump sphinx-rtd-theme from 1.1.0 to 1.1.1
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#11 - Bump sphinx-rtd-theme from 1.0.0 to 1.1.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#10 - Update django-filter requirement from ^21 to >=21,<23
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#9 - Bump sphinx-argparse from 0.3.1 to 0.3.2
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#8 - Update pytest-cov requirement from ^3.0.0 to ^4.0.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#7 - Support flag enumerations
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: enhancement
#6 - django-filter intergration for non-strict values does not work
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: bug
#5 - Set EnumChoiceField to the default form field type
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: enhancement
#4 - Coerce default values to Enum types
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: enhancement
#3 - Use custom descriptor to coerce fields to Enum type on assignment.
Issue -
State: closed - Opened by bckohan over 2 years ago
- 1 comment
Labels: enhancement
#2 - Update readme-renderer requirement from ^34.0 to ^36.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#1 - Update mypy requirement from ^0.961 to ^0.971
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies