[Python-modules-commits] [django-organizations] 02/03: Merge tag 'upstream/0.9.1' into debian/master

Scott Kitterman kitterman at moszumanska.debian.org
Tue Jun 20 21:45:53 UTC 2017


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

kitterman pushed a commit to branch debian/master
in repository django-organizations.

commit 89f0599788b03d717c21b2cf7bbb5a48ae050916
Merge: beba601 af15f77
Author: Scott Kitterman <scott at kitterman.com>
Date:   Tue Jun 20 17:34:04 2017 -0400

    Merge tag 'upstream/0.9.1' into debian/master
    
    Upstream version 0.9.1

 HISTORY.rst                                        |  14 ++
 PKG-INFO                                           |  30 +++-
 README.rst                                         |  14 ++
 django_organizations.egg-info/PKG-INFO             |  30 +++-
 django_organizations.egg-info/SOURCES.txt          |   5 +
 django_organizations.egg-info/requires.txt         |   2 +-
 organizations/__init__.py                          |   2 +-
 organizations/{models.py => abstract.py}           |  80 ++++++---
 organizations/admin.py                             |  22 ++-
 organizations/backends/defaults.py                 |  24 ++-
 organizations/base.py                              |  36 +++-
 organizations/{admin.py => base_admin.py}          |  17 +-
 organizations/forms.py                             |   7 +
 organizations/migrations/0002_model_update.py      |  20 +++
 organizations/mixins.py                            |   2 +-
 organizations/models.py                            | 193 ++-------------------
 .../organizations/email/notification_body.html     |   7 +
 .../organizations/email/notification_subject.txt   |   1 +
 setup.cfg                                          |   1 -
 19 files changed, 264 insertions(+), 243 deletions(-)

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



More information about the Python-modules-commits mailing list