[Python-modules-commits] [django-fsm] branch master updated (fe043cf -> ad95500)
Michael Fladischer
fladi at moszumanska.debian.org
Fri Oct 16 09:55:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository django-fsm.
from fe043cf Use git URLs for Vcs-* fields.
new 996e6d4 Remove django-jenkins from test dependencies
new 120faa8 Initialize git-dpm
new dac8436 git-dpm config
new 2424f04 record new upstream branch created by importing django-fsm_2.3.0.orig.tar.gz
new 4165236 Import django-fsm_2.3.0.orig.tar.gz
new 986992c Remove django-jenkins from test dependencies
new eeb5ec3 merge patched into master
new 56ee5fc README.md has been renamed to README.rst.
new ae1ade6 Add python(3)-django-guardian to Build-Depends.
new ad95500 Update changelog.
The 10 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:
.travis.yml | 1 +
README.md | 394 -----------------
README.rst | 484 +++++++++++++++++++++
debian/.git-dpm | 11 +
debian/changelog | 10 +
debian/control | 2 +
debian/patches/remove_django_jenkins.patch | 33 +-
debian/python-django-fsm.docs | 2 +-
debian/python3-django-fsm.docs | 2 +-
debian/rules | 2 +-
django_fsm/__init__.py | 67 ++-
.../management/commands/graph_transitions.py | 81 +++-
django_fsm/tests/test_key_field.py | 12 +-
setup.py | 4 +-
tests/settings.py | 4 +-
.../{initial_data.json => test_states_data.json} | 0
tests/testapp/models.py | 8 +
tests/testapp/tests/test_custom_data.py | 3 +
tests/testapp/tests/test_exception_transitions.py | 5 +-
tests/testapp/tests/test_mixin_support.py | 31 ++
tests/testapp/tests/test_multidecorators.py | 34 ++
tests/testapp/tests/test_object_permissions.py | 44 ++
tests/testapp/tests/test_permissions.py | 5 +
.../tests/test_transition_all_except_target.py | 31 ++
tox.ini | 9 +-
25 files changed, 818 insertions(+), 461 deletions(-)
delete mode 100644 README.md
create mode 100644 README.rst
create mode 100644 debian/.git-dpm
rename tests/testapp/fixtures/{initial_data.json => test_states_data.json} (100%)
create mode 100644 tests/testapp/tests/test_mixin_support.py
create mode 100644 tests/testapp/tests/test_multidecorators.py
create mode 100644 tests/testapp/tests/test_object_permissions.py
create mode 100644 tests/testapp/tests/test_transition_all_except_target.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-fsm.git
More information about the Python-modules-commits
mailing list