套件: python3-django-netfields (0.8-1)
python3-django-netfields 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-django-netfields:
- [python-django-netfields_0.8-1.dsc]
- [python-django-netfields_0.8.orig.tar.gz]
- [python-django-netfields_0.8-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Michael Fladischer
外部的資源:
- 主頁 [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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework (Python 3 version)
-
- dep: python3-netaddr
- manipulation of various common network address notations (Python 3)