パッケージ: 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