django-modelcluster 6.3
0
Django extension to allow working with 'clusters' of models as a single unit, independently of the d
Contents
Django extension to allow working with 'clusters' of models as a single unit, independently of the database
Stars: 483, Watchers: 483, Forks: 66, Open Issues: 24The wagtail/django-modelcluster
repo was created 10 years ago and the last code push was 7 months ago.
The project is popular with 483 github stars!
How to Install django-modelcluster
You can install django-modelcluster using pip
pip install django-modelcluster
or add it to a project with poetry
poetry add django-modelcluster
Package Details
- Author
- Matthew Westcott
- License
- BSD
- Homepage
- https://github.com/wagtail/django-modelcluster
- PyPi:
- https://pypi.org/project/django-modelcluster/
- GitHub Repo:
- https://github.com/wagtail/django-modelcluster
Classifiers
Related Packages
Errors
A list of common django-modelcluster errors.
Code Examples
Here are some django-modelcluster
code examples and snippets.
GitHub Issues
The django-modelcluster package has 24 open issues on GitHub
- Nested ClusterableModel relations are not copied
- Add iterable classes and
values()
implementation toFakeQuerySet
- Support traversal of one-to-one and many-to-one relationships in filter/order_by strings
- Support sorting cluster by related model fields