パッケージ: python3-django-jsonfield (1.0.1-2)
python3-django-jsonfield に関するリンク
Trisquel の資源:
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]
メンテナ:
Original Maintainers:
- Debian Python Modules Team (メールアーカイブ)
- Raphaël Hertzog
- Brian May
外部の資源:
- ホームページ [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)