[ buster ]
[ bullseye ]
[ 原始碼: python-django-jsonfield ]
套件:python3-django-jsonfield(1.0.1-2)
python3-django-jsonfield 的相關連結
Debian 的資源:
下載原始碼套件 python-django-jsonfield:
- [python-django-jsonfield_1.0.1-2.dsc]
- [python-django-jsonfield_1.0.1.orig.tar.gz]
- [python-django-jsonfield_1.0.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [bitbucket.org]
相似套件:
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 (Python 3 version)