[Python-modules-commits] [django-model-utils] 03/04: Improve the description of what the libary provides.

Brian May bam at moszumanska.debian.org
Fri Aug 12 10:19:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository django-model-utils.

commit 3bc7e0c087a3eba5f63567d2b2b389bd3ab05d58
Author: Ben Finney <ben at benfinney.id.au>
Date:   Fri Aug 12 16:23:16 2016 +1000

    Improve the description of what the libary provides.
---
 debian/control | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 208aa46..6fa84e1 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,13 @@ Description: Django model mixins and utilities — Python 2
  Django is a high-level web application framework that loosely follows
  the model-view-controller design pattern.
  .
- django-model-utils model provides some mixins and utilities for Django,
- including QueryManager for one-line definition of Managers returning a
- custom QuerySet, InheritanceCastModel for more efficient use of model
- inheritance, and TimeStampedModel.
+ 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 2.
 
@@ -32,9 +35,12 @@ Description: Django model mixins and utilities — Python 3
  Django is a high-level web application framework that loosely follows
  the model-view-controller design pattern.
  .
- django-model-utils model provides some mixins and utilities for Django,
- including QueryManager for one-line definition of Managers returning a
- custom QuerySet, InheritanceCastModel for more efficient use of model
- inheritance, and TimeStampedModel.
+ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-model-utils.git



More information about the Python-modules-commits mailing list