[Python-modules-commits] [django-reversion] branch master updated (a0a7bab -> 8b9eda6)
Michael Fladischer
fladi at moszumanska.debian.org
Fri Dec 4 16:41:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository django-reversion.
from a0a7bab Update Vcs fields for git migration
new 69099b4 record new upstream branch created by importing django-reversion_1.10.0.orig.tar.gz
new eff368a Import django-reversion_1.10.0.orig.tar.gz
new 6a817d6 use local objects.inv where possible
new 6f970aa merge patched into master
new 1c47ae9 CHANGELOG.rst has been moved to CHANGELOG.md.
new fe56bc5 Update Source field in d/copyright to point to github.
new 8b9eda6 Update changelog.
The 7 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 | 31 +-
CHANGELOG.rst => CHANGELOG.md | 179 +++++++----
MANIFEST.in | 4 +-
README.rst | 8 +-
debian/.git-dpm | 14 +-
debian/changelog | 13 +
debian/copyright | 2 +-
debian/patches/intersphinx.patch | 4 +-
debian/rules | 2 +-
docs/admin.rst | 12 +-
docs/api.rst | 94 +++---
docs/conf.py | 4 +-
docs/diffs.rst | 8 +-
docs/django-versions.rst | 2 +-
docs/how-it-works.rst | 8 +-
docs/index.rst | 8 +-
docs/signals.rst | 9 +-
setup.py | 4 +-
src/reversion/__init__.py | 43 +--
src/reversion/admin.py | 16 +-
src/reversion/errors.py | 13 +
src/reversion/locale/de/LC_MESSAGES/django.mo | Bin 2534 -> 2599 bytes
src/reversion/locale/de/LC_MESSAGES/django.po | 4 +
src/reversion/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2507 bytes
.../locale/{es => es_AR}/LC_MESSAGES/django.po | 48 +--
.../management/commands/createinitialrevisions.py | 12 +-
src/reversion/models.py | 13 +-
src/reversion/revisions.py | 46 ++-
src/reversion/signals.py | 6 +
src/reversion/version.py | 1 -
src/tests/test_reversion/admin.py | 8 +-
src/tests/test_reversion/tests.py | 354 +++++++++++----------
32 files changed, 543 insertions(+), 427 deletions(-)
rename CHANGELOG.rst => CHANGELOG.md (67%)
create mode 100644 src/reversion/errors.py
create mode 100644 src/reversion/locale/es_AR/LC_MESSAGES/django.mo
copy src/reversion/locale/{es => es_AR}/LC_MESSAGES/django.po (71%)
create mode 100644 src/reversion/signals.py
delete mode 100644 src/reversion/version.py
--
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