Path to this page:
Subject: CVS commit: pkgsrc/www/py-pylint-django
From: Adam Ciarcinski
Date: 2019-04-27 11:35:29
Message id: 20190427093529.3FE72FB16@cvs.NetBSD.org
Log Message:
py-pylint-django: updated to 2.0.9
Version 2.0.9:
- Fix UnboundLocalError: local variable 'key_cls' referenced before assignment
for cases when models is a python package, the to argument is a string
that is used in this pattern app.Model and also there is some other
bool const like null=True right after to.
- Don't crash if ForeignKey field doesn't have keyword arguments
Files: