python-django-netfields 1.3.2-1 source package in Ubuntu

Changelog

python-django-netfields (1.3.2-1) unstable; urgency=low

  * New upstream version 1.3.2
  * Add patch to replace distutils with setuptools in preparation for Python
    3.12.

 -- Michael Fladischer <email address hidden>  Wed, 20 Dec 2023 16:27:16 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-netfields_1.3.2-1.dsc 2.0 KiB 267af9ace1606f3e0b7ccfb1179da82b94613829f7d1f46262910a861c3a3f7e
python-django-netfields_1.3.2.orig.tar.gz 35.9 KiB e54943601bb88573b70f8843e7080f5d7327e41f5500ce30a198c384cc325a60
python-django-netfields_1.3.2-1.debian.tar.xz 4.0 KiB 9222ec75ba5d4610e3ccb5ccd4f6714a10429fc9918e7be2870f10986f0d6e18

Available diffs

No changes file available.

Binary packages built by this source

python3-django-netfields: Django PostgreSQL netfields implementation (Python3 version)

 This project is an attempt at making proper PostgreSQL net related fields for
 Django. In Django pre 1.4 the built in IPAddressField does not support IPv6 and
 uses an inefficient HOST() cast in all lookups. As of 1.4 you can use
 GenericIPAddressField for IPv6, but the casting problem remains.
 .
 In addition to the basic IPAddressField replacement a CIDR and a MACADDR field
 have been added. This library also provides a manager that allows for advanced
 IP based lookup directly in the ORM.
 .
 This package contains the Python 3 version of the library.