套件: python3-django-modelcluster (5.0.1-2)
python3-django-modelcluster 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-django-modelcluster:
- [python-django-modelcluster_5.0.1-2.dsc]
- [python-django-modelcluster_5.0.1.orig.tar.gz]
- [python-django-modelcluster_5.0.1-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Michael Fladischer
外部的資源:
- 主頁 [github.com]
相似套件:
- python3-django-simple-history
- python3-django-ordered-model
- python3-django-celery-results
- python3-django-python3-ldap
- python3-django-pglocks
- python3-cluster
- python-django-ordered-model
- python3-django-celery-transactions
- python-django-reversion-doc
- python3-django-recurrence
- python3-django-timezone-field
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
- interactive high-level object-oriented language (default python3 version)
-
- 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