Next | Query returned 42 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2018-08-24 20:31:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pylint-django: updated to 2.0.1

Version 2.0.1:
Enable testing with Django 2.1
Add test for Model.objects.get_or_create().
Add test for objects.exclude().
Fix Instance of 'Model' has no 'id' member (no-member), fix Class \ 
'UserCreationForm' has no 'declared_fields' member.
Fix for Instance of 'ManyToManyField' has no 'add' member.
Add test & fix for unused arguments on class based views
   2018-08-07 12:04:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pylint-django: updated to 2.0

Version 2.0:
Requires pylint >= 2.0 which doesn’t support Python 2 anymore!
Add modelform-uses-unicode check to flag dangerous use of the exclude attribute \ 
in ModelForm.Meta
   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

Next | Query returned 42 messages, browsing 31 to 40 | Previous