python3-django-model-utils

Django model mixins and utilities — Python 3
  https://github.com/jazzband/django-model-utils
  0
  no reviews



Django is a high-level web application framework that loosely follows the model-view-controller design pattern.

The ‘django-model-utils’ library provides some mixins and utilities for Django:

* QueryManager: one-line definition of Managers returning a custom QuerySet. * InheritanceCastModel: more efficient use of model inheritance * TimeStampedModel: self-updating ‘created’ and ‘modified’ fields.

This package installs the library for Python 3.