软件包: python3-django-jsonfield (1.4.0-2)
python3-django-jsonfield 的相关链接
Trisquel 的资源:
下载源码包 python-django-jsonfield:
- [python-django-jsonfield_1.4.0-2.dsc]
- [python-django-jsonfield_1.4.0.orig.tar.gz]
- [python-django-jsonfield_1.4.0-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Raphaël Hertzog
- Brian May
外部的资源:
- 主页 [github.com]
相似软件包:
JSON field for Django models (Python 3)
This package provides a Django field (jsonfield.JSONField) that you can use to store arbitrary JSON structures in a simple text field at the database level.
Accessing the field returns a decoded object (list, dict, string).
In forms, it appears like a TextField but the input is validated to be valid JSON.
This is the Python 3 version of the package.
其他与 python3-django-jsonfield 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django (>= 1.3)
- High-level Python web development framework
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)