Closed
Description
Hi there
I have a problem installing the latest version of pylint-django via pip
The install works normally, but the pip install does not include any of the files in the pylint_django/transforms/transforms folder. If I was to guess, this was caused by the changes in b46e2cf
pip show -f pylint-django
Name: pylint-django
Version: 0.9.2
Summary: A Pylint plugin to help Pylint understand the Django web framework
Home-page: https://github.com/PyCQA/pylint-django
Author: landscape.io
Author-email: code@landscape.io
License: GPLv2
Location: /var/lib/jenkins/workspace/TILE/env/lib/python3.4/site-packages
Requires: pylint, pylint-plugin-utils, Django
Files:
pylint_django-0.9.2.dist-info/DESCRIPTION.rst
pylint_django-0.9.2.dist-info/INSTALLER
pylint_django-0.9.2.dist-info/METADATA
pylint_django-0.9.2.dist-info/RECORD
pylint_django-0.9.2.dist-info/WHEEL
pylint_django-0.9.2.dist-info/metadata.json
pylint_django-0.9.2.dist-info/top_level.txt
pylint_django/__init__.py
pylint_django/__pkginfo__.py
pylint_django/__pycache__/__init__.cpython-34.pyc
pylint_django/__pycache__/__pkginfo__.cpython-34.pyc
pylint_django/__pycache__/compat.cpython-34.pyc
pylint_django/__pycache__/plugin.cpython-34.pyc
pylint_django/__pycache__/utils.cpython-34.pyc
pylint_django/augmentations/__init__.py
pylint_django/augmentations/__pycache__/__init__.cpython-34.pyc
pylint_django/checkers/__init__.py
pylint_django/checkers/__pycache__/__init__.cpython-34.pyc
pylint_django/checkers/__pycache__/django_installed.cpython-34.pyc
pylint_django/checkers/__pycache__/models.cpython-34.pyc
pylint_django/checkers/django_installed.py
pylint_django/checkers/models.py
pylint_django/compat.py
pylint_django/plugin.py
pylint_django/tests/__init__.py
pylint_django/tests/__pycache__/__init__.cpython-34.pyc
pylint_django/tests/__pycache__/test_func.cpython-34.pyc
pylint_django/tests/input/__init__.py
pylint_django/tests/input/__pycache__/__init__.cpython-34.pyc
pylint_django/tests/input/__pycache__/external_django_tables2_noerror_meta_class.cpython-34.pyc
pylint_django/tests/input/__pycache__/external_drf_noerror_serializer.cpython-34.pyc
pylint_django/tests/input/__pycache__/external_psycopg2_noerror_postgres_fields.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_model_does_not_use_unicode_py33.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_classviews.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_duplicate_except_doesnotexist.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_foreign_key_attributes.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_foreign_key_ids.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_foreign_key_sets.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_foreignkeys.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_form_fields.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_forms_py33.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_formview_ancestors.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_ignore_meta_subclass.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_import_q.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_issue_46.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_manytomanyfield.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_model_fields.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_model_methods.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_model_unicode_callable.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_model_unicode_lambda.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_models_py33.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_protected_meta_access.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_ugettext_lazy_format.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_unicode_py2_compatible.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_urls.cpython-34.pyc
pylint_django/tests/input/__pycache__/func_noerror_uuid_field.cpython-34.pyc
pylint_django/tests/input/external_django_tables2_noerror_meta_class.py
pylint_django/tests/input/external_drf_noerror_serializer.py
pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.py
pylint_django/tests/input/func_model_does_not_use_unicode_py33.py
pylint_django/tests/input/func_noerror_classviews.py
pylint_django/tests/input/func_noerror_duplicate_except_doesnotexist.py
pylint_django/tests/input/func_noerror_foreign_key_attributes.py
pylint_django/tests/input/func_noerror_foreign_key_ids.py
pylint_django/tests/input/func_noerror_foreign_key_sets.py
pylint_django/tests/input/func_noerror_foreignkeys.py
pylint_django/tests/input/func_noerror_form_fields.py
pylint_django/tests/input/func_noerror_forms_py33.py
pylint_django/tests/input/func_noerror_formview_ancestors.py
pylint_django/tests/input/func_noerror_ignore_meta_subclass.py
pylint_django/tests/input/func_noerror_import_q.py
pylint_django/tests/input/func_noerror_issue_46.py
pylint_django/tests/input/func_noerror_manytomanyfield.py
pylint_django/tests/input/func_noerror_model_fields.py
pylint_django/tests/input/func_noerror_model_methods.py
pylint_django/tests/input/func_noerror_model_unicode_callable.py
pylint_django/tests/input/func_noerror_model_unicode_lambda.py
pylint_django/tests/input/func_noerror_models_py33.py
pylint_django/tests/input/func_noerror_protected_meta_access.py
pylint_django/tests/input/func_noerror_ugettext_lazy_format.py
pylint_django/tests/input/func_noerror_unicode_py2_compatible.py
pylint_django/tests/input/func_noerror_urls.py
pylint_django/tests/input/func_noerror_uuid_field.py
pylint_django/tests/test_func.py
pylint_django/transforms/__init__.py
pylint_django/transforms/__pycache__/__init__.cpython-34.pyc
pylint_django/transforms/__pycache__/fields.cpython-34.pyc
pylint_django/transforms/__pycache__/foreignkey.cpython-34.pyc
pylint_django/transforms/fields.py
pylint_django/transforms/foreignkey.py
pylint_django/utils.py