[Python-modules-commits] [django-guardian] branch master updated (c5df394 -> c346e66)

Brian May bam at moszumanska.debian.org
Sat Nov 14 03:27:17 UTC 2015


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

bam pushed a change to branch master
in repository django-guardian.

      from  c5df394   Make DPMT maintained.
       new  538e22f   record new upstream branch created by importing django-guardian_1.3.2.orig.tar.gz
       new  5f8470f   Import django-guardian_1.3.2.orig.tar.gz
       new  9035fb4   Append uncompressed JavaScript libraries
       new  996cf54   Remove nonlocal image for Travis-ci.
       new  733ea15   merge patched into master
       new  4689d15   Copy modernizr.min.js locally for docs.
       new  f3af431   Update for new release.
       new  a5e64b4   Use local js files.
       new  8893487   merge patched into master
       new  422f814   Copy jquery.js for local access.
       new  af21cb5   Use local js files.
       new  c128523   merge patched into master
       new  7361b9c   Use local js files.
       new  c346e66   merge patched into master

The 14 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 +++-----
 CHANGES                                            |  17 ++++
 README.rst                                         |  27 +++----
 debian/.git-dpm                                    |  14 ++--
 debian/changelog                                   |   3 +-
 debian/control                                     |   3 +-
 ...-Append-uncompressed-JavaScript-libraries.patch |   2 +-
 .../0002-Remove-nonlocal-image-for-Travis-ci.patch |   2 +-
 debian/patches/0003-Use-local-js-files.patch       |  36 +++++++++
 debian/patches/series                              |   1 +
 debian/python-django-guardian-doc.links            |   3 +-
 docs/develop/supported-versions.rst                |  21 ++---
 docs/theme/rtd_theme/layout.html                   |   2 +-
 docs/userguide/assign.rst                          |   2 +-
 example_project/settings.py                        |   5 +-
 example_project/templates/base.html                |   2 +-
 guardian/__init__.py                               |   2 +-
 guardian/admin.py                                  |  35 +++++----
 guardian/compat.py                                 |  17 +++-
 guardian/decorators.py                             |   9 ++-
 guardian/locale/ru/LC_MESSAGES/django.mo           | Bin 0 -> 2205 bytes
 guardian/locale/{pl => ru}/LC_MESSAGES/django.po   |  48 ++++++------
 guardian/management/__init__.py                    |  34 ++++----
 guardian/shortcuts.py                              |  44 ++++++-----
 .../contrib/grappelli/obj_perms_manage.html        |   2 +-
 .../admin/guardian/model/obj_perms_manage.html     |   1 -
 .../admin/guardian/model/obj_perms_no.html         |   4 +-
 .../admin/guardian/model/obj_perms_yes.html        |   4 +-
 guardian/templatetags/guardian_tags.py             |  44 -----------
 .../testapp/migrations/0004_auto_20151112_2209.py  |  36 +++++++++
 guardian/testapp/models.py                         |   8 +-
 guardian/testapp/tests/__init__.py                 |  36 ++++-----
 guardian/testapp/tests/conf.py                     |   9 ---
 .../testapp/tests/{admin_test.py => test_admin.py} |   8 +-
 .../testapp/tests/{conf_test.py => test_conf.py}   |   0
 .../testapp/tests/{core_test.py => test_core.py}   |   0
 ...custompkmodel_test.py => test_custompkmodel.py} |   0
 .../{decorators_test.py => test_decorators.py}     |   0
 .../{direct_rel_test.py => test_direct_rel.py}     |   0
 .../testapp/tests/{forms_test.py => test_forms.py} |   0
 .../{management_test.py => test_management.py}     |  13 +++-
 .../tests/{managers_test.py => test_managers.py}   |   0
 .../tests/{mixins_test.py => test_mixins.py}       |   0
 .../tests/{orphans_test.py => test_orphans.py}     |   0
 .../testapp/tests/{other_test.py => test_other.py} |   4 +-
 .../tests/{shortcuts_test.py => test_shortcuts.py} |  26 ++++++-
 .../testapp/tests/{tags_test.py => test_tags.py}   |   0
 .../testapp/tests/{utils_test.py => test_utils.py} |   2 +-
 guardian/testsettings.py                           |   7 +-
 guardian/utils.py                                  |   6 +-
 setup.py                                           |   6 +-
 tests.py                                           |   5 +-
 tox.ini                                            |  86 ++++++---------------
 53 files changed, 359 insertions(+), 308 deletions(-)
 create mode 100644 debian/patches/0003-Use-local-js-files.patch
 create mode 100644 guardian/locale/ru/LC_MESSAGES/django.mo
 copy guardian/locale/{pl => ru}/LC_MESSAGES/django.po (84%)
 create mode 100644 guardian/testapp/migrations/0004_auto_20151112_2209.py
 rename guardian/testapp/tests/{admin_test.py => test_admin.py} (99%)
 rename guardian/testapp/tests/{conf_test.py => test_conf.py} (100%)
 rename guardian/testapp/tests/{core_test.py => test_core.py} (100%)
 rename guardian/testapp/tests/{custompkmodel_test.py => test_custompkmodel.py} (100%)
 rename guardian/testapp/tests/{decorators_test.py => test_decorators.py} (100%)
 rename guardian/testapp/tests/{direct_rel_test.py => test_direct_rel.py} (100%)
 rename guardian/testapp/tests/{forms_test.py => test_forms.py} (100%)
 rename guardian/testapp/tests/{management_test.py => test_management.py} (69%)
 rename guardian/testapp/tests/{managers_test.py => test_managers.py} (100%)
 rename guardian/testapp/tests/{mixins_test.py => test_mixins.py} (100%)
 rename guardian/testapp/tests/{orphans_test.py => test_orphans.py} (100%)
 rename guardian/testapp/tests/{other_test.py => test_other.py} (99%)
 rename guardian/testapp/tests/{shortcuts_test.py => test_shortcuts.py} (97%)
 rename guardian/testapp/tests/{tags_test.py => test_tags.py} (100%)
 rename guardian/testapp/tests/{utils_test.py => test_utils.py} (98%)

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



More information about the Python-modules-commits mailing list