Next | Query returned 40 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-01-08 12:03:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.
   2019-11-24 12:31:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pylint-django: updated to 2.0.13

Version 2.0.13:
- Suppress ``too-many-ancestors`` for class-based generic views
- Add ``handler400``, ``handler403``, ``handler404`` to good_names.
   2019-11-05 08:46:47 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pylint-django: updated to 2.0.12

Version 2.0.12:
- Fix too broad suppression of ``unused-argument`` warnings for functions and
  methods where the first argument is named ``request``. Now issues warnings
  for the rest of the arguments if they are unused.
- Pass arguments of ``scripts/test.sh`` to ``test_func/pytest`` to ease
  development.
- Document behavior when ForeignKey fields are referenced as strings.

Next | Query returned 40 messages, browsing 11 to 20 | Previous