python-choicesenum
python-choicesenum copied to clipboard
Python's Enum with extra powers to play nice with labels and choices fields.
### Update [Django](https://pypi.org/project/Django) from **2.2.13** to **4.1**. Changelog ### 4.1 ``` ======================== *August 3, 2022* Welcome to Django 4.1! These release notes cover the :ref:`new features <whats-new-4.1>`, as well as...
Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
Bumps [pip](https://github.com/pypa/pip) from 20.2 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...
* Choices Enum version: 0.7.0 * Python version: 3.8 * Django version: 3.0 * Operating System: any ### Description When run under `PYTHONDEVMODE=1`, `choicesenum` produces the following warnings: ``` choicesenum/django/fields.py:20:...
### Update [Django](https://pypi.org/project/Django) from **2.2.13** to **4.1.1**. Changelog ### 4.1.1 ``` ========================== *September 5, 2022* Django 4.1.1 fixes several bugs in 4.1. Bugfixes ======== * Reallowed, following a regression in...
### Update [Django](https://pypi.org/project/Django) from **2.2.13** to **5.0.3**. Changelog ### 5.0.3 ``` ========================== *March 4, 2024* Django 5.0.3 fixes a security issue with severity "moderate" and several bugs in 5.0.2. CVE-2024-27351:...
Bumps [wheel](https://github.com/pypa/wheel) from 0.34.2 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
### Update [Django](https://pypi.org/project/Django) from **2.2.13** to **5.0.4**. Changelog ### 5.0.4 ``` ========================== *April 3, 2024* Django 5.0.4 fixes several bugs in 5.0.3. Bugfixes ======== * Fixed a bug in Django...
### Update [Django](https://pypi.org/project/Django) from **2.2.13** to **5.0.6**. Changelog ### 5.0.6 ``` ========================== *May 7, 2024* Django 5.0.6 fixes a packaging error in 5.0.5. ========================== ``` ### 5.0.5 ``` ========================== *May...