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-dj51-django-auditlog Django app that keeps a log of changes made to an object
3.2.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.0Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
Expiration Date EXPIRATION DATE: 2025-12-31
Maintainer: grembo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-05-05 18:03:11
Last Update: 2025-09-30 09:31:17
Commit Hash: 08edb39
Also Listed In: python
License: MIT
WWW:
https://github.com/jazzband/django-auditlog
Description:
Auditlog is a reusable app for Django that makes logging object changes a breeze. Auditlog tries to use as much as Python and Django's built in functionality to keep the list of dependencies as short as possible. Also, Auditlog aims to be fast and simple to use.
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}dj51-django-auditlog>0:www/py-dj51-django-auditlog@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-*django-auditlog
To install the port:
cd /usr/ports/www/py-dj51-django-auditlog/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-dj51-django-auditlog
  • pkg install py311-dj51-django-auditlog
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-dj51-django-auditlog listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dj51-django-auditlog
Package flavors (<flavor>: <package>)
  • py311: py311-dj51-django-auditlog
distinfo:
TIMESTAMP = 1759151042 SHA256 (django_auditlog-3.2.1.tar.gz) = 63a4c9f7793e94eed804bc31a04d9b0b58244b1d280e2ed273c8b406bff1f779 SIZE (django_auditlog-3.2.1.tar.gz) = 72926

Packages (timestamps in pop-ups are UTC):
py311-dj51-django-auditlog
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:13:quarterly3.0.03.0.0-3.0.03.0.0---
FreeBSD:14:latest3.0.03.0.0-3.0.03.2.1---
FreeBSD:14:quarterly3.0.03.0.0-3.0.03.2.1---
FreeBSD:15:latest3.0.03.2.1n/a3.0.0n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-3.2.1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-setuptools-scm>0 : devel/py-setuptools-scm@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-django51>=5.1 : www/py-django51@py311
  2. py311-python-dateutil>=2.7.0 : devel/py-python-dateutil@py311
  3. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-dj51-django-auditlog
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_auditlog/
  2. https://pypi.org/packages/source/d/django_auditlog/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.1
30 Sep 2025 09:31:17
commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*/*dj51*: Deprecate/Set to expire

* Django 5.1 will reach its End-of-Life in December 2025.  Deprecate its
  consumers and set the expiration date accordingly.

* Note: py-dj51-django-netfields does not currently have a corresponding
  Django 5.2 clone, yet, which will probably be added soon when
  net-mgmt/peering-manager is switched to Django 5.2.

Reviewed by:	sunpoet
With hat:	python
Differential Revision:	https://reviews.freebsd.org/D52511
3.2.1
29 Sep 2025 18:07:46
commit hash: 2a14e5f680c0fd1e9278b520aecb0901d464154dcommit hash: 2a14e5f680c0fd1e9278b520aecb0901d464154dcommit hash: 2a14e5f680c0fd1e9278b520aecb0901d464154dcommit hash: 2a14e5f680c0fd1e9278b520aecb0901d464154d files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
www/py-dj51-django-auditlog: Update to 3.2.1

Reported by:	Gerald Wilhelm <gerald.wilhelm@me.com>
Co-authored-by:	Gerald Wilhelm <gerald.wilhelm@me.com>
3.0.0
05 May 2025 18:01:05
commit hash: 6a335c06edc9f8218e08b79acd8b907cf8037490commit hash: 6a335c06edc9f8218e08b79acd8b907cf8037490commit hash: 6a335c06edc9f8218e08b79acd8b907cf8037490commit hash: 6a335c06edc9f8218e08b79acd8b907cf8037490 files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
Author: Sebastian
www/py-dj51-django-auditlog: New port

Clone of existing port for Django 5.1.

PR:		286533

Number of commits found: 3