[Python-modules-commits] [pylint-django] branch upstream updated (0e92a98 -> 71a6acc)

Daniel Stender danstender-guest at moszumanska.debian.org
Sun Jan 24 12:52:48 UTC 2016


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

danstender-guest pushed a change to branch upstream
in repository pylint-django.

      from  0e92a98   Imported Upstream version 0.6
       new  71a6acc   Import pylint-django_0.7.1.orig.tar.xz

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:
 .landscape.yaml                                    |   6 +-
 .travis.yml                                        |   8 +-
 CHANGELOG.md                                       |  11 +
 CONTRIBUTORS.md                                    |   2 +
 README.md                                          |   3 +-
 pylint_django/augmentations/__init__.py            | 227 +++++++++++++--------
 pylint_django/checkers/__init__.py                 |   2 +-
 pylint_django/checkers/models.py                   |  31 ++-
 pylint_django/compat.py                            |  31 +++
 pylint_django/transforms/__init__.py               |   2 +-
 pylint_django/transforms/fields.py                 |  37 +++-
 pylint_django/transforms/foreignkey.py             |   7 +-
 .../transforms/transforms/django_db_models.py      |   6 +-
 pylint_django/utils.py                             |  19 +-
 scripts/travis-build.sh                            |   2 +-
 scripts/travis-install.sh                          |  10 +-
 scripts/{travis-skip.py => travis_skip.py}         |   3 +-
 setup.py                                           |   5 +-
 test/external_drf/func_noerror_serializer.py       |  11 +
 test/input/func_noerror_foreign_key_ids.py         |  17 ++
 test/input/func_noerror_foreignkeys.py             |   2 +-
 test/input/func_noerror_forms_py33.py              |   2 +-
 test/input/func_noerror_forms_py_28.py             |   1 -
 test/input/func_noerror_issue_46.py                |  11 +
 test/input/func_noerror_model_fields.py            |   3 +-
 test/input/func_noerror_model_unicode_callable.py  |   2 +-
 test/input/func_noerror_model_unicode_lambda.py    |   2 +-
 test/test_func.py                                  |  27 ++-
 tox.ini                                            |   2 +-
 29 files changed, 335 insertions(+), 157 deletions(-)
 create mode 100644 pylint_django/compat.py
 rename scripts/{travis-skip.py => travis_skip.py} (90%)
 create mode 100644 test/external_drf/func_noerror_serializer.py
 create mode 100644 test/input/func_noerror_foreign_key_ids.py
 create mode 100644 test/input/func_noerror_issue_46.py

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



More information about the Python-modules-commits mailing list