python-django-netfields 1.2.4-3 source package in Ubuntu

Changelog

python-django-netfields (1.2.4-3) unstable; urgency=medium

  * Add needs-root restriction for autopkgtests (Closes: #1004873).

 -- Michael Fladischer <email address hidden>  Thu, 17 Feb 2022 12:58:49 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-netfields_1.2.4-3.dsc 2.0 KiB e8a320d2e3f37e80d619d5705fd1fb0ce213547d18655088834495f3c284b8c0
python-django-netfields_1.2.4.orig.tar.gz 20.1 KiB f76d18274526957ab487b5544c0135f0c9faa4bb1f78f192c12ea4d9955f944b
python-django-netfields_1.2.4-3.debian.tar.xz 3.5 KiB 84072ca0e9194f23442686a88f88c666ceade11db2d37f61f3ee5fa2a4bf701c

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.