[Python-modules-commits] [django-organizations] branch upstream updated (effb99a -> af15f77)

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


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

kitterman pushed a change to branch upstream
in repository django-organizations.

      from  effb99a   import django-organizations_0.8.2.orig.tar.gz
       new  af15f77   Imported Upstream version 0.9.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 copy organizations/{models.py => abstract.py} (72%)
 copy organizations/{admin.py => base_admin.py} (78%)
 create mode 100644 organizations/migrations/0002_model_update.py
 create mode 100644 organizations/templates/organizations/email/notification_body.html
 create mode 100644 organizations/templates/organizations/email/notification_subject.txt

-- 
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