[ buster ]
[ 源代码: django-picklefield ]
软件包:python-django-picklefield(1.1.0-1)
python-django-picklefield 的相关链接
Debian 的资源:
下载源码包 django-picklefield:
- [django-picklefield_1.1.0-1.dsc]
- [django-picklefield_1.1.0.orig.tar.gz]
- [django-picklefield_1.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Pickled object field for Django
django-picklefield provides an implementation of a pickled object field for the Django framework. Such fields can contain any picklable objects.
It is useful for storing just about anything in the database when there isn't a 'proper' field for the job. PickledObjectField is database-agnostic, and should work with any database backend you can throw at it. You can pass in any Python object and it will automatically be converted behind the scenes. You never have to manually pickle or unpickle anything.
其他与 python-django-picklefield 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-django
- High-level Python web development framework (Python 2 version)
-
- dep: python-six
- Python 2 和 3 兼容库(Python 2 接口)
-
- enh: python-django-south
- 软件包暂时不可用