Up to [cvs.NetBSD.org] / pkgsrc / www / py-pylint-django / patches
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
*: remove workaround patches for python 3.6
Fix Python 3.6 build
py-pylint-django: updated to 0.9.3 0.9.3: Fix 133 and 134 by including package data when building wheel and tar.gz packages for PyPI 0.9.2: Fix 129 - Move tests under site-packages/pylint_django Fix 96 - List Django as a dependency
py-pylint-django: updated to 0.9.1 Version 0.9.1: Fix 123 - Update links after the move to PyCQA Add test for Meta class from django_tables2 Fix flake8 complaints Add missing .txt and .rc test files to MANIFEST.in
py-pylint-django: updated to 0.9.0 Version 0.9: Fix: TypeError: 'NamesConsumer' object does not support indexing Fix: resolve ForeignKey models specified as strings instead of class names
py-pylint-django: updated to 0.8.0 Version 0.8.0: This is the last version to support Python 2. Issues a deprecation warning! Adding 'urlpatterns', 'register', 'app_name' to good names. Add 'handler500' to good names Support factory_boy's DjangoModelFactory Meta class Fix E1101:Instance of 'proxy' has no 'format' member' when using .format() on a ugettext_lazy translation. Add tests and transforms for DurationField, Add json field to WSGIRequest proxy Add support for django.contrib.postgres.fields and UUIDField Stop testing with older Django versions. Currently testing with Django 1.11.x and 2.0 Stop testing on Python 2, no functional changes in the source code though Update tests and require latest version of pylint (>=1.8) Fix 'duplicate-except' false negative for except blocks which catch the DoesNotExist exception.