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

Changelog

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

  * New upstream release.
  * Set Rules-Requires-Root: no.

 -- Michael Fladischer <email address hidden>  Mon, 16 Dec 2019 21:02:42 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-netfields_1.2.2-1.dsc 1.8 KiB da2751e5cb0c95dc3524afa76fe6ffe5aed6c619db54b721b98bca2aedd9578d
python-django-netfields_1.2.2.orig.tar.gz 18.8 KiB fac4ffc01532f048a336f3583399ca7e1faf18b0cb815ec843185455f25787b0
python-django-netfields_1.2.2-1.debian.tar.xz 2.8 KiB 903f657948f108806699aec26940b8cd45996b57790404be17a053c8ac5a6cab

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.