notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-dj52-django-choices-field Django field that set/get TextChoices/IntegerChoices enumerations
3.1.1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0.1Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-22 07:00:13
Last Update: 2025-11-01 17:23:22
Commit Hash: 1403bb7
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}dj52-django-choices-field>0:www/py-dj52-django-choices-field@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-dj52-django-choices-field/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-dj52-django-choices-field
  • pkg install py311-dj52-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-dj52-django-choices-field listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dj52-django-choices-field
Package flavors (<flavor>: <package>)
  • py311: py311-dj52-django-choices-field
distinfo:
TIMESTAMP = 1761382052 SHA256 (django_choices_field-3.1.1.tar.gz) = 93d851766ebcd87095d19e56f78164c1015935bfb8fce4f3be27ef689c10efc5 SIZE (django_choices_field-3.1.1.tar.gz) = 5938

Packages (timestamps in pop-ups are UTC):
py311-dj52-django-choices-field
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1.03.1.1-3.0.13.1.1n/an/an/a
FreeBSD:13:quarterly3.0.13.0.1-2.3.03.0.1n/an/an/a
FreeBSD:14:latest3.1.03.1.1-2.3.03.1.1---
FreeBSD:14:quarterly3.0.13.0.1-2.3.03.0.1---
FreeBSD:15:latest3.1.13.1.1n/a2.3.0n/an/a--
FreeBSD:15:quarterly3.0.13.0.1n/a-n/an/a--
FreeBSD:16:latest3.1.03.1.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-django52>=3.2 : www/py-django52@py311
  2. py311-typing-extensions>=4.0.0 : devel/py-typing-extensions@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-dj52-strawberry-graphql-django

Configuration Options:
No options to configure
Options name:
www_py-dj52-django-choices-field
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django_choices_field/
  2. https://pypi.org/packages/source/d/django_choices_field/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.1
01 Nov 2025 17:23:22
commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Revise USES=python:... version range constraints

and strip all lower bounds of 3.9 or 3.10 because they are implied now.

python:3.9-X  -> python:-X
python:3.9+   -> python
python:3.10-X -> python:-X
python:3.10+  -> python
(options such as ,build preserved)
3.1.1
25 Oct 2025 10:11:17
commit hash: 0e0b4432d1b49419570ecc706b29a697f9942c33commit hash: 0e0b4432d1b49419570ecc706b29a697f9942c33commit hash: 0e0b4432d1b49419570ecc706b29a697f9942c33commit hash: 0e0b4432d1b49419570ecc706b29a697f9942c33 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-dj52-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:07:52
commit hash: 32193dd85a3f738c4b34b17b230ed8e232fcade4commit hash: 32193dd85a3f738c4b34b17b230ed8e232fcade4commit hash: 32193dd85a3f738c4b34b17b230ed8e232fcade4commit hash: 32193dd85a3f738c4b34b17b230ed8e232fcade4 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-dj52-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:26
commit hash: 1e4dfb851e8af3f44d2c2c7f99d1f6eeca7b4f64commit hash: 1e4dfb851e8af3f44d2c2c7f99d1f6eeca7b4f64commit hash: 1e4dfb851e8af3f44d2c2c7f99d1f6eeca7b4f64commit hash: 1e4dfb851e8af3f44d2c2c7f99d1f6eeca7b4f64 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-dj52-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
22 Jun 2025 06:55:08
commit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6f files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Create Django 5.2 consumers

* Django 4.2 is currently the "default" version in the ports tree due
  its long term support until April 2026.  Thus ports that are assigned
  to that version will exist until then.

  The following ports are required to make the upgrade of
  net-mgmt/netbox to the 4.3 release possible because it requires
  Django 5.2.

  All of the ports listed below were created on the basis of their
  respective original ports:

  - devel/py-dj52-django-rq
  - devel/py-dj52-strawberry-graphql
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 5