pylint-django 2.0.5-1ubuntu2 source package in Ubuntu

Changelog

pylint-django (2.0.5-1ubuntu2) eoan; urgency=medium

  * Switch to new pylint
  * Switch testsuite to new pylint

 -- Gianfranco Costamagna <email address hidden>  Wed, 11 Sep 2019 09:59:58 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint-django_2.0.5.orig.tar.gz 39.4 KiB 87f117f3886246772ef4d1d11ce635777cfdb4c6057d0d90c232931dee7f7fa0
pylint-django_2.0.5-1ubuntu2.debian.tar.xz 3.9 KiB 67f95667aaf8ed78bcd7a3e2e6d0ac14e436e9b13a70528c8f75365969207055
pylint-django_2.0.5-1ubuntu2.dsc 2.3 KiB 4cd69e83f1f8e6306077c32ee40c20fa0252594fab7bce1aa722e2bbbe73c45b

View changes file

Binary packages built by this source

python3-pylint-django: Pylint plugin for analysing code using Django (Python 3)

 Features
   * Prevents warnings about Django-generated attributes such as
     Model.objects or Views.request.
   * Prevents warnings when using ForeignKey attributes
     ("Instance of ForeignKey has no member").
   * Fixes pylint's knowledge of the types of Model and Form field attributes
   * Validates Model.__unicode__ methods.
   * Meta informational classes on forms and models do not generate errors.
 It is also used by the Prospector tool.
 .
 This is the Python 3 version of the package