[ 源代码: python-django-modelcluster ]
软件包:python3-django-modelcluster(6.3-1)
python3-django-modelcluster 的相关链接
Debian 的资源:
下载源码包 python-django-modelcluster:
- [python-django-modelcluster_6.3-1.dsc]
- [python-django-modelcluster_6.3.orig.tar.xz]
- [python-django-modelcluster_6.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
clusters of models as a single unit (Python3 version)
django-modelcluster extends Django's foreign key relations to make it possible to work with a 'cluster' of related objects, without necessarily holding them in the database. It introduces a new type of relation, ParentalKey, where the related models are stored locally to the 'parent' model until the parent is explicitly saved. Up to that point, the related models can still be accessed through a subset of the QuerySet API.
This package contains the Python 3 version of the library.
其他与 python3-django-modelcluster 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-django
- High-level Python web development framework
-
- dep: python3-django-taggit
- simple tagging for Django (Python 3)
-
- dep: python3-tz
- Python3 version of the Olson timezone database