diff options
author | adam <adam@pkgsrc.org> | 2018-04-13 07:33:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-13 07:33:53 +0000 |
commit | d9e83c2060aa74c25921980b23f3ae59a8b570a1 (patch) | |
tree | acbab87223a92f13098cf12c4903b6cf367bab84 /finance | |
parent | c39b1fef5f083ac36f0ae9e383e8ff39cd39645d (diff) | |
download | pkgsrc-d9e83c2060aa74c25921980b23f3ae59a8b570a1.tar.gz |
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.
Diffstat (limited to 'finance')
0 files changed, 0 insertions, 0 deletions