
django-model-utils 5.0.0
0
Django model mixins and utilities
Contents
Django model mixins and utilities
Stars: 2755, Watchers: 2755, Forks: 368, Open Issues: 118The jazzband/django-model-utils repo was created 16 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 2755 github stars!
How to Install django-model-utils
You can install django-model-utils using pip
pip install django-model-utils
or add it to a project with poetry
poetry add django-model-utils
Package Details
- Author
- Carl Meyer
- License
- BSD
- Homepage
- https://github.com/jazzband/django-model-utils
- PyPi:
- https://pypi.org/project/django-model-utils/
- GitHub Repo:
- https://github.com/jazzband/django-model-utils
Classifiers
Related Packages
Errors
A list of common django-model-utils errors.
Code Examples
Here are some django-model-utils code examples and snippets.
GitHub Issues
The django-model-utils package has 118 open issues on GitHub
- feat: Add Self return type and QuerySetT type parameter for inheritance classes
- InheritanceQuerySetMixin methods should return
Selfinstead ofInheritanceQuerySet[ModelT] - Fix compatibility issues with django-modeltranslation
- Allows nullable MonitorField to be populated on creation
- Name conflict if tracked model has field named "instance"
- Add support for
prefetch_relatedtoInheritanceManager
pythonfix







