[Python-modules-commits] [django-reversion] branch debian/master updated (a46c279 -> 65672c7)

Michael Fladischer fladi at moszumanska.debian.org
Fri Dec 8 19:02:55 UTC 2017


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

fladi pushed a change to branch debian/master
in repository django-reversion.

      from  a46c279   New upstream release.
       new  7e23235   New upstream version 2.0.12
       new  bc0f698   Update upstream source from tag 'upstream/2.0.12'
       new  0faf293   New upstream release.
       new  f87fc06   Refresh patches.
       new  ebc3800   Bump Standards-Version to 4.1.1.
       new  cfc541b   Run wrap-and-sort -bast to reduce diff size of future changes.
       new  1497e98   Enable autopkgtest-pkg-python testsuite.
       new  65672c7   Upload to unstable (Closes: #873910).

The 8 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                                        |  12 +-
 CHANGELOG.rst                                      |  14 +++
 debian/changelog                                   |  10 ++
 debian/control                                     |  71 ++++++-----
 .../0001-Skip-postgresql-and-mysql-tests.patch     |  34 ++++--
 docs/admin.rst                                     |   4 +-
 reversion/__init__.py                              |   2 +-
 reversion/admin.py                                 |  14 ++-
 reversion/locale/uk/LC_MESSAGES/django.mo          | Bin 0 -> 3451 bytes
 reversion/locale/uk/LC_MESSAGES/django.po          | 134 +++++++++++++++++++++
 reversion/models.py                                |  60 +++++++--
 tests/test_app/migrations/0001_initial.py          |   6 +
 tests/test_app/models.py                           |   7 ++
 tests/test_app/tests/base.py                       |   5 +
 tests/test_app/tests/test_admin.py                 |  38 +++++-
 tests/test_app/tests/test_api.py                   |   2 +-
 tests/test_app/tests/test_models.py                |  16 +++
 tests/test_project/settings.py                     |   1 -
 tests/test_project/urls.py                         |   2 +-
 tox.ini                                            |  10 +-
 20 files changed, 374 insertions(+), 68 deletions(-)
 create mode 100644 reversion/locale/uk/LC_MESSAGES/django.mo
 create mode 100644 reversion/locale/uk/LC_MESSAGES/django.po

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-reversion.git



More information about the Python-modules-commits mailing list