[Python-modules-commits] [django-fsm] branch upstream updated (5f5423d -> 4165236)
Michael Fladischer
fladi at moszumanska.debian.org
Fri Oct 16 09:55:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository django-fsm.
from 5f5423d Imported Upstream version 2.2.1
new 4165236 Import django-fsm_2.3.0.orig.tar.gz
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:
.travis.yml | 1 +
README.md | 394 -----------------
README.rst | 484 +++++++++++++++++++++
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 +-
18 files changed, 776 insertions(+), 441 deletions(-)
delete mode 100644 README.md
create mode 100644 README.rst
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