[Python-modules-commits] [django-fsm] branch upstream updated (4165236 -> db9e974)

Michael Fladischer fladi at moszumanska.debian.org
Fri May 20 08:39:37 UTC 2016


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

fladi pushed a change to branch upstream
in repository django-fsm.

      from  4165236   Import django-fsm_2.3.0.orig.tar.gz
       new  db9e974   Import django-fsm_2.4.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:
 .checkignore                                       |   2 +
 .travis.yml                                        |  17 ++-
 CHANGELOG.rst                                      | 101 +++++++++++++++
 README.rst                                         | 137 ++++++---------------
 django_fsm/__init__.py                             |  62 +++++++---
 .../management/commands/graph_transitions.py       |  11 +-
 django_fsm/tests/test_basic_transitions.py         |  87 ++++++++++++-
 setup.py                                           |   8 +-
 tests/testapp/models.py                            |   8 +-
 tests/testapp/tests/test_multi_resultstate.py      |  40 ++++++
 tests/testapp/tests/test_string_field_parameter.py |  32 +++++
 tox.ini                                            |  64 +++++-----
 12 files changed, 407 insertions(+), 162 deletions(-)
 create mode 100644 .checkignore
 create mode 100644 CHANGELOG.rst
 create mode 100644 tests/testapp/tests/test_multi_resultstate.py
 create mode 100644 tests/testapp/tests/test_string_field_parameter.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