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

Changelog

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

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Michael Fladischer ]
  * New upstream release.
  * Bump debhelper version to 12.
  * Bump Standards-Version to 4.4.0.

 -- Michael Fladischer <email address hidden>  Tue, 23 Jul 2019 10:39:27 +0200

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-netfields_1.0.1-1.dsc 1.8 KiB 4d6eee702162465d94d8bcbb39f89dc1eefaf58ec62f3a392c4eaaabc9ddcbdc
python-django-netfields_1.0.1.orig.tar.gz 15.4 KiB 9a15c6c421dd6604c65dd99f73078067610dc26ef9766adf15d49dba957f3f88
python-django-netfields_1.0.1-1.debian.tar.xz 2.7 KiB 402b5a57ecaf28f4f6b0433f5d741042e69a5ad359ef09b8a0ba3bdfa3a1a0fc

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.