| Port details |
- py-django-choices-field Django field that set/get TextChoices/IntegerChoices enumerations
- 4.0.0_1 www
=0 4.0.0Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2024-03-31 14:39:11
- Last Update: 2026-05-28 05:18:35
- Commit Hash: ce59801
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/bellini666/django-choices-field
- Description:
- This package provides a Django field that set/get the "TextChoices" and
"IntegerChoices" enumerations.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-choices-field>0:www/py-django-choices-field@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-choices-field/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-choices-field
- pkg install py311-django-choices-field
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-django-choices-field listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-django-choices-field
- Package flavors (<flavor>: <package>)
- py311: py311-django-choices-field
- distinfo:
- TIMESTAMP = 1766946751
SHA256 (django_choices_field-4.0.0.tar.gz) = 7b07aacb2ad2b3ee3c8be78be98302ebbcb606285d20547a4163287819364954
SIZE (django_choices_field-4.0.0.tar.gz) = 6346
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-django52>=4.2 : www/py-django52@py311
- py311-typing-extensions>=4.0.0 : devel/py-typing-extensions@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-strawberry-graphql-django
Configuration Options:
- No options to configure
- Options name:
- www_py-django-choices-field
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
4.0.0_1 28 May 2026 05:18:35
    |
Kai Knoblich (kai)  |
*: Switch consumers over to Django 5.2
Django 4.2 reached its End-of-Life on 7th April 2026 and Django 5.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2028.
* Switch most ports that use www/py-django42 to www/py-django52.
* Where necessary, remove PORTSCOUT, which is no longer needed because
an update to a newer version that no longer supports Django 4.2 should
now be possible.
* Bump PORTREVISION due dependency change where necessary.
PR: 291707
Reviewed by: sunpoet (python)
Differential Revision: https://reviews.freebsd.org/D56966 |
4.0.0 29 Dec 2025 06:52:06
    |
Kai Knoblich (kai)  |
www/py-django-choices-field: Update to 4.0.0
Changelog:
https://github.com/bellini666/django-choices-field/releases/tag/v4.0.0 |
3.1.1 25 Oct 2025 10:11:11
    |
Kai Knoblich (kai)  |
www/py-django-choices-field: Update to 3.1.1
Changelog:
https://github.com/bellini666/django-choices-field/releases/tag/v3.1.1 |
3.1.0 04 Oct 2025 14:06:26
    |
Kai Knoblich (kai)  |
www/py-django-choices-field: Update to 3.1.0
Changelog:
https://github.com/bellini666/django-choices-field/releases/tag/v3.1.0 |
3.0.1 29 Aug 2025 07:50:25
    |
Kai Knoblich (kai)  |
www/py-django-choices-field: Update to 3.0.1
Changelogs since 2.3.0:
https://github.com/bellini666/django-choices-field/releases/tag/v3.0.1
https://github.com/bellini666/django-choices-field/releases/tag/v3.0.0 |
2.3.0_1 27 Apr 2024 09:08:48
    |
Kai Knoblich (kai)  |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
2.3.0 31 Mar 2024 14:34:35
    |
Kai Knoblich (kai)  |
www/py-django-choices-field: New port
This package provides a Django field that set/get the "TextChoices"
and "IntegerChoices" enumerations.
https://github.com/bellini666/django-choices-field |
Number of commits found: 7
|