Django-enum

Latest version: v2.0.2

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.0.2

* Fixed [Constraints fail when using a name argument](https://github.com/bckohan/django-enum/issues/77)

What's Changed
* fix migration code samples in docs by bckohan in https://github.com/bckohan/django-enum/pull/76
* V2.0.2 by bckohan in https://github.com/bckohan/django-enum/pull/78


**Full Changelog**: https://github.com/bckohan/django-enum/compare/v2.0.1...v2.0.2

2.0.1

* Fixed [Unexpected ValueError instead of ValidationError](https://github.com/bckohan/django-enum/issues/74)

What's Changed
* V2.x.x by bckohan in https://github.com/bckohan/django-enum/pull/75


**Full Changelog**: https://github.com/bckohan/django-enum/compare/v2.0.0...v2.0.1

2.0.0

🚨 Breaking Changes - See the [migration guide](https://django-enum.readthedocs.io/en/latest/changelog.html#migration-1-x-to-2-x). 🚨

* Completed [Reorganize tests](https://github.com/bckohan/django-enum/issues/70)
* Completed [Switch linting and formatting to ruff](https://github.com/bckohan/django-enum/issues/62)
* Implemented [Install django-stubs when running static type checks.](https://github.com/bckohan/django-enum/issues/60)
* Implemented [Supply a mixin for DRF ModelSerializers that instantiates the provided DRF EnumField type for model EnumFields.](https://github.com/bckohan/django-enum/issues/47)
* Implemented [EnumField's should inherit from common base titled EnumField](https://github.com/bckohan/django-enum/issues/46)
* Implemented [Add database constraints on enum fields by default.](https://github.com/bckohan/django-enum/issues/45)
* Fixed [to_python() raises ValueError instead of spec'ed ValidationError](https://github.com/bckohan/django-enum/issues/44)
* Implemented [Add support for date, datetime, timedelta, time and Decimal enumeration types.](https://github.com/bckohan/django-enum/issues/43)
* Fixed [None should be an allowable enumeration value in enums of any primitive type.](https://github.com/bckohan/django-enum/issues/42)
* Implemented [Characterize the performance trade offs of bitfields vs indexed and non-indexed boolean fields.](https://github.com/bckohan/django-enum/issues/41)
* Fixed [When coerce is false, to_python does not convert to the Enum's primitive type](https://github.com/bckohan/django-enum/issues/39)
* Implemented [Provide parameter to override integer range on EnumField.](https://github.com/bckohan/django-enum/issues/38)
* Implemented [Add all official supported Django RDBMS backends to CI](https://github.com/bckohan/django-enum/issues/33)
* Implemented [Support for integer sizes greater than 64 bit](https://github.com/bckohan/django-enum/issues/32)
* Implemented [Provide an optional enum path converter.](https://github.com/bckohan/django-enum/issues/22)
* Implemented [Support flag enumerations](https://github.com/bckohan/django-enum/issues/7)


**Full Changelog**: https://github.com/bckohan/django-enum/compare/v1.3.0...v2.0.0

1.3.3

* Implemented [Support python 3.13](https://github.com/bckohan/django-enum/issues/67)
* Implemented [Drop support for Python 3.7](https://github.com/bckohan/django-enum/issues/68)


What's Changed
* run CI against django 5.1 rc1 by bckohan in https://github.com/bckohan/django-enum/pull/65
* 1.3.x by bckohan in https://github.com/bckohan/django-enum/pull/66
* 1.3.3 by bckohan in https://github.com/bckohan/django-enum/pull/69


**Full Changelog**: https://github.com/bckohan/django-enum/compare/v1.3.2...v1.3.3

1.3.2

* Fixed [Support Django 5.1](https://github.com/bckohan/django-enum/issues/63)

What's Changed
* 1.3.x by bckohan in https://github.com/bckohan/django-enum/pull/64


**Full Changelog**: https://github.com/bckohan/django-enum/compare/v1.3.0...v1.3.2

1.3.1

**Full Changelog**: https://github.com/bckohan/django-enum/compare/v1.3.0...v1.3.1

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.