Pylint-django

Latest version: v2.5.5

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

Scan your dependencies

Page 4 of 9

2.0.10

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

- Suppress ``no-member`` for ``ManyToManyField``. Fix
`192 <https://github.com/PyCQA/pylint-django/issues/192>`_ and
`237 <https://github.com/PyCQA/pylint-django/issues/237>`_ (Pierre Chiquet)

- Fix ``UnboundLocalError`` with ``ForeignKey(to=)``. Fix
`232 <https://github.com/PyCQA/pylint-django/issues/232>`_ (Sardorbek Imomaliev)

2.0.9

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

- Fix ``UnboundLocalError: local variable 'key_cls' referenced before assignment``
for cases when models is a python package, the ``to`` argument is a string
that is used in this pattern ``app.Model`` and also there is some other
``bool`` const like ``null=True`` right after ``to``. (Sardorbek Imomaliev)
- Don't crash if ForeignKey field doesn't have keyword arguments Fix
`230 <https://github.com/PyCQA/pylint-django/issues/230>`_

2.0.8

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

- Support recursive (self) ForeignKey relations. Fix
`208 <https://github.com/PyCQA/pylint-django/issues/208>`_ (Daniil Kharkov)

2.0.7

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

- Fixed ``AstroidImportError`` for ``DecimalField``. Fix
`221 <https://github.com/PyCQA/pylint-django/issues/221>`_ (Daniil Kharkov)
- Add ``load_configuration()`` in ``pylint_django/__init__.py``. Fix 222
`222 <https://github.com/PyCQA/pylint-django/issues/222>`_
- Support ForeignKey relations with ``to`` keyword. Fix
`223 <https://github.com/PyCQA/pylint-django/issues/223>`_ (Daniil Kharkov)

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!

Page 4 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.