2021-04-13 18:35:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pylint-django: updated to 2.4.3
Version 2.4.3 (09 Apr 2021)
---------------------------
- Start testing with Django 3.2 on Python 3.9 (Michael K.)
- Teach pylint-django about all HTTP methods from the View class, not only
``get`` and ``post`` (Nicolás Quiroz)
- Typo fixes for
`<https://github.com/PyCQA/pylint-django/issues/314>`_ (John Sandall)
- Ignore ``unused-argument`` for ``*args``, ``**kwards`` in view method signatures
|
2021-01-11 08:28:07 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pylint-django: updated to 2.4.2
Version 2.4.2
- Moved `Faker` dependencies to test-only
|
2021-01-08 12:03:58 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pylint-django: updated to 2.4.1
Version 2.4.1
- Relaxed Faker package versioning requirement for ``Faker``
|
2021-01-07 23:03:13 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pylint-django: updated to 2.4.0
Version 2.4.0
- Allowed configuration of the Django settings module to be used via a
commandline argument
- If Django settings are not specified via a commandline argument or environment
variable, an error is issued but defaults are loaded from Django, removing the
fatal error behaviour.
- Fixed tests to work with pylint>2.6
- Fixed ``AttributeError: 'Subscript' object has no attribute 'name'`` error.
- Pin Faker version to Prevent Asteroid Crash
- Remove Python 3.5 Support (EOL since Sept 2020 and Faker requires 3.6 anyway)
- Fixed reverse manager ``update_or_create`` calls
|
2020-08-27 14:25:00 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix Python 3.6 build
|
2020-08-07 10:20:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pylint-django: updated to 2.3.0
Version 2.3.0
- Improvement in error message for ``missing-backwards-migration-callable``
- Start testing with Django 3.1 on Python 3.8
- Better error message when Django is not configured.
|
2020-07-27 15:45:59 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pylint-django: updated to 2.2.0
Version 2.2.0
Rely on Django to resolve string references in ForeignKey fields.
Suppress unused-argument for functions in migration modules.
New checker for hard-coded auth.User.
|
2020-07-12 19:47:25 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pylint-django: updated to 2.1.0
Version 2.1.0
New checker to warn about missing backwards data migrations
Rename pylint_django.checkers.db_performance to pylint_django.checkers.migrations
Add URL to project Changelog for PyPI
Fix failing test suite b/c of missing CSV dialect.
|
2020-04-18 09:32:24 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pylint-django: updated to 2.0.15
Version 2.0.15:
- Do not report error for ``gettext_lazy``
|
2020-03-22 12:16:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pylint-django: updated to 2.0.14
Version 2.0.14:
Add support for Django 3.0 and Python 3.8
Support ASGI.
|