Contents

django-modelcluster 6.3

0

Django extension to allow working with 'clusters' of models as a single unit, independently of the d

Django extension to allow working with 'clusters' of models as a single unit, independently of the database

Stars: 465, Watchers: 465, Forks: 65, Open Issues: 22

The wagtail/django-modelcluster repo was created 10 years ago and the last code push was 4 weeks ago.
The project is popular with 465 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

No  django-modelcluster  pypi packages just yet.

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 22 open issues on GitHub

  • Nested ClusterableModel relations are not copied
  • Add iterable classes and values() implementation to FakeQuerySet
  • Support traversal of one-to-one and many-to-one relationships in filter/order_by strings
  • Support sorting cluster by related model fields

See more issues on GitHub

Related Packages & Articles

django-mailbox 4.9.0

Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.

django-log-request-id 2.1.0

Django middleware and log filter to attach a unique ID to every log message generated as part of a request