Pylint

Latest version: v3.1.1

Safety actively analyzes 627821 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 9

0.6.1

Not secure
-------------

- `43 <https://github.com/PyCQA/pylint-django/issues/43>`__ - Foreign
key ID access (``somefk_id``) does not raise an 'attribute not found'
warning
- `31 <https://github.com/PyCQA/pylint-django/issues/31>`__ - Support
for custom model managers (thanks
`smirolo <https://github.com/smirolo>`__)
- `48 <https://github.com/PyCQA/pylint-django/pull/48>`__ - Added
support for django-restframework (thanks
`mbertolacci <https://github.com/mbertolacci>`__)

0.6

-----------

- Pylint 1.4 dropped support for Python 2.6, therefore a constraint is
added that pylint-django will only work with Python2.6 if pylint<=1.3
is installed
- `40 <https://github.com/PyCQA/pylint-django/issues/40>`__ - pylint
1.4 warned about View and Model classes not having enough public
methods; this is suppressed
- `37 <https://github.com/PyCQA/pylint-django/issues/37>`__ - fixed an
infinite loop when using astroid 1.3.3+
- `36 <https://github.com/PyCQA/pylint-django/issues/36>`__ - no
longer warning about lack of ``__unicode__`` method on abstract model
classes
- `PR 34 <https://github.com/PyCQA/pylint-django/pull/34>`__ - prevent
warning about use of ``super()`` on ModelManager classes

0.5.5

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

- `PR 27 <https://github.com/PyCQA/pylint-django/pull/27>`__ - better
``ForeignKey`` transforms, which now work when of the form
``othermodule.ModelClass``. This also fixes a problem where an
inferred type would be ``_Yes`` and pylint would fail
- `PR 28 <https://github.com/PyCQA/pylint-django/pull/28>`__ - better
knowledge of ``ManyToManyField`` classes

0.5.4

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

- Improved resiliance to inference failure when Django types cannot be
inferred (which can happen if Django is not on the system path

0.5.3

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

- `Issue 25 <https://github.com/PyCQA/pylint-django/issues/25>`__
Fixing cases where a module defines ``get`` as a method

0.5.2

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

- Fixed a problem where type inference could get into an infinite loop

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.