软件包:python3-django-netfields(0.9.0-1)
python3-django-netfields 的相关链接
Debian 的资源:
下载源码包 python-django-netfields:
- [python-django-netfields_0.9.0-1.dsc]
- [python-django-netfields_0.9.0.orig.tar.gz]
- [python-django-netfields_0.9.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-django-netfields 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-django
- High-level Python web development framework (Python 3 version)
-
- dep: python3-netaddr
- manipulation of various common network address notations (Python 3)
-
- dep: python3-psycopg2
- Python 3 module for PostgreSQL