Next | Query returned 40 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2018-07-14 14:12:33 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-pylint-django: mark as incompatible with Python 2.7
   2018-06-15 10:01:07 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pylint-django: updated to 0.11.1

Version 0.11.1:
Enable test case for urlpatterns variable which was previously disabled
Disable unused-argument message for the request argument passed to view functions.
Add transformations for model_utils managers instead of special-casing them.
   2018-04-24 15:06:15 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pylint-django: updated to 0.11

0.11:
New JsonResponseChecker that looks for common anti-patterns with http responses \ 
returning JSON.
   2018-04-13 09:33:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pylint-django: updated to 0.10.1

0.10.1:
CHANGELOG formatting issue

0.10.0:
Remove the compatibility layer for older astroid versions
Make flake8 happy.
Fix: compatibility with Python < 3.6 caused by ModuleNotFoundError not \ 
available on older versions of Python
Show README and CHANGELOG on PyPI.
Fix explicit unicode check with python_2_unicode_compatible base models
Suppress not-an-iterable message for 'objects'.
Teach pylint_django that objects.all() is subscriptable.
Suppress invalid-name for wsgi.application.
Add test for WSGIRequest.context.
Register transforms for FileField.
New checker pylint_django.checkers.db_performance. Enables checking of \ 
migrations and reports when there's an AddField operation with a default value \ 
which may slow down applying migrations on large tables. This may also lead to \ 
production tables being locked while migrations are being applied.
Suppress no-member for factory.SubFactory objects. Useful when model factories \ 
use factory.SubFactory() for foreign key relations.
   2018-03-13 11:53:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pylint-django: updated to 0.9.4

Version 0.9.4:
Add an optional dependency on Django
Fix the DjangoInstalledChecker so it can actually warn when Django isn't available
Fix 136 by adding automated build and sanity test scripts
   2018-03-08 09:23:50 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
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
   2018-02-27 13:42:30 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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
   2018-01-31 13:03:47 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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
   2018-01-21 13:14:38 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
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.
   2017-12-21 11:22:56 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-pylint-django: added version 0.7.2

pylint-django is a Pylint plugin to aid Pylint in recognising and understanding
errors caused when using the Django framework

Next | Query returned 40 messages, browsing 31 to 40 | previous