[Python-modules-commits] [django-reversion] branch master updated (c25c203 -> 96530fb)

Michael Fladischer fladi at moszumanska.debian.org
Thu Jun 22 08:20:01 UTC 2017


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

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

      from  c25c203   change target to unstable New upstream release.
       new  69db10f   record new upstream branch created by importing django-reversion_2.0.9.orig.tar.gz
       new  181bad9   Import django-reversion_2.0.9.orig.tar.gz
       new  b96c3c6   Skip postgresql and mysql tests.
       new  0a76e37   merge patched into master
       new  86eb5c3   change version to 2.0.9-1 (UNRELEASED) New upstream release.
       new  49360d8   Bump Standards-Version to 4.0.0.
       new  ec9955a   Set missing Language property on catalogs.
       new  6c20602   merge patched into master
       new  96530fb   change target to unstable Add patch to fix babel build isues.

The 9 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:
 CHANGELOG.rst                                      |  13 ++
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 .../0001-Skip-postgresql-and-mysql-tests.patch     |  12 +-
 ...Set-missing-Language-property-on-catalogs.patch | 185 +++++++++++++++++++++
 debian/patches/series                              |   1 +
 docs/_include/create-revision-args.rst             |   3 +
 docs/_include/create-revision-atomic.rst           |   1 +
 docs/admin.rst                                     |   3 +
 docs/api.rst                                       |   4 +-
 docs/commands.rst                                  |   5 +
 docs/common-problems.rst                           |   2 +-
 docs/django-versions.rst                           |   6 +-
 docs/middleware.rst                                |   5 +
 docs/views.rst                                     |   2 +-
 reversion/__init__.py                              |   2 +-
 reversion/locale/ar/LC_MESSAGES/django.po          |   2 +-
 reversion/locale/cs/LC_MESSAGES/django.po          |   1 +
 reversion/locale/da/LC_MESSAGES/django.po          |   2 +-
 reversion/locale/de/LC_MESSAGES/django.po          |   1 +
 reversion/locale/he/LC_MESSAGES/django.po          |   1 +
 reversion/locale/it/LC_MESSAGES/django.po          |   1 +
 reversion/locale/nb/LC_MESSAGES/django.po          |   2 +-
 reversion/locale/pt_BR/LC_MESSAGES/django.po       |   1 +
 reversion/locale/ru/LC_MESSAGES/django.po          |   1 +
 reversion/locale/sk/LC_MESSAGES/django.po          |   2 +-
 reversion/locale/sv/LC_MESSAGES/django.po          |   2 +-
 reversion/locale/zh_CN/LC_MESSAGES/django.po       |   2 +-
 reversion/locale/zh_Hans/LC_MESSAGES/django.po     |   2 +-
 reversion/middleware.py                            |  14 +-
 reversion/migrations/0003_auto_20160601_1600.py    |  27 +--
 reversion/revisions.py                             |  36 +++-
 reversion/views.py                                 |   7 +-
 tests/test_app/tests/base.py                       |  14 +-
 tests/test_app/tests/test_api.py                   |  15 +-
 tests/test_app/tests/test_models.py                |  15 +-
 tox.ini                                            |  10 +-
 38 files changed, 368 insertions(+), 58 deletions(-)
 create mode 100644 debian/patches/0002-Set-missing-Language-property-on-catalogs.patch
 create mode 100644 docs/_include/create-revision-atomic.rst

-- 
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