Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates pylint-django from 0.11 to 2.0.6.

Changelog

2.0.6

---------------------------

- Updating dependency version of pylint-plugin-utils as pylint 2.3 release
was not compatible `220 <https://github.com/PyCQA/pylint-django/issues/220>`_
- Improvements to tox.ini:
`217 <https://github.com/PyCQA/pylint-django/issues/217>`_
and `216 <https://github.com/PyCQA/pylint-django/issues/216>`_ (aerostitch)
- Add support for new load_configuration hook of pylint
`214 <https://github.com/PyCQA/pylint-django/issues/214>`_ (matusvalo)
- 'urlpatterns' no longer reported as an invalid constant name

2.0.5

---------------------------

Bumping the version number because there's been a mix-up between
GitHub tags and the versions pushed to PyPI for 2.0.3 and 2.0.4.

Please use 2.0.5 which includes the changes mentioned below!

2.0.4

--------------------------

- Avoid traceback with concurrent execution. Fix
`197 <https://github.com/PyCQA/pylint-django/issues/197>`_
- Suppress ``no-member`` errors for ``LazyFunction`` in factories
- Suppress ``no-member`` errors for ``RelatedManager`` fields
- Clean up compatibility code:
`PR 207 <http://github.com/PyCQA/pylint-django/pull/207>`_

2.0.3

--------------------------

- Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and
pylint (2.1.1 -> 2.2).
`201 <https://github.com/PyCQA/pylint-django/issues/201>`_ and
`202 <https://github.com/PyCQA/pylint-django/issues/202>`_

2.0.2

---------------------------

- Suppress false-positive no-self-argument in factory.post_generation. Fix
`190 <https://github.com/PyCQA/pylint-django/issues/190>`_ (Federico Bond)

2.0.1

---------------------------

- Enable testing with Django 2.1
- Add test for Model.objects.get_or_create(). Close
`156 <https://github.com/PyCQA/pylint-django/issues/156>`__
- Add test for objects.exclude(). Close
`177 <https://github.com/PyCQA/pylint-django/issues/177>`__
- Fix Instance of 'Model' has no 'id' member (no-member),
fix Class 'UserCreationForm' has no 'declared_fields' member. Close
`184 <https://github.com/PyCQA/pylint-django/issues/184>`__
- Fix for Instance of 'ManyToManyField' has no 'add' member. Close
`163 <https://github.com/PyCQA/pylint-django/issues/163>`__
- Add test & fix for unused arguments on class based views

2.0

--------------------------

- Requires pylint >= 2.0 which doesn't support Python 2 anymore!
- Add modelform-uses-unicode check to flag dangerous use of the exclude
attribute in ModelForm.Meta (Federico Bond).

0.11.1

--------------------------------------------------------------

- Enable test case for ``urlpatterns`` variable which was previously disabled
- Disable ``unused-argument`` message for the ``request`` argument passed to
view functions. Fix
`155 <https://github.com/PyCQA/pylint-django/issues/155>`__
- Add transformations for ``model_utils`` managers instead of special-casing them.
Fix
`160 <https://github.com/PyCQA/pylint-django/issues/160>`__
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #58

@pyup-bot pyup-bot closed this Apr 16, 2019
@fedorareis fedorareis deleted the pyup-update-pylint-django-0.11-to-2.0.6 branch April 16, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants