[Python-modules-commits] [django-organizations] branch debian/master updated (beba601 -> 2a167ee)

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 change to branch debian/master
in repository django-organizations.

      from  beba601   Convert from git-dpm to patches unapplied format
       new  af15f77   Imported Upstream version 0.9.1
       new  89f0599   Merge tag 'upstream/0.9.1' into debian/master
       new  2a167ee   New upstream release

The 3 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 ++
 debian/changelog                                   |   6 +
 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 -
 20 files changed, 270 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