[Python-modules-commits] [django-reversion] branch upstream updated (a717e33 -> 7e23235)
Michael Fladischer
fladi at moszumanska.debian.org
Fri Dec 8 19:02:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository django-reversion.
from a717e33 New upstream version 2.0.10
new 7e23235 New upstream version 2.0.12
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 | 12 ++-
CHANGELOG.rst | 14 ++++
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 ++-
17 files changed, 299 insertions(+), 28 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