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

Changelog

python-django-netfields (1.3.2-2) unstable; urgency=medium

  * Team Upload
  * patch-out usage of python3-six

 -- Alexandre Detiste <email address hidden>  Sun, 17 Mar 2024 14:14:01 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-netfields_1.3.2-2.dsc 2.3 KiB 7676c019b1bdf1f015edf3bd64ffe86a9da70272f62c63e2a24013f9b0d1a224
python-django-netfields_1.3.2.orig.tar.gz 35.9 KiB e54943601bb88573b70f8843e7080f5d7327e41f5500ce30a198c384cc325a60
python-django-netfields_1.3.2-2.debian.tar.xz 4.3 KiB 985b3b1e3674321f8bc8fd6f45e3ddd91dabb24388df70da3be8d472dff88aeb

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.