1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: pylint-django
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Joseph Herlant <herlantj@gmail.com>
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
pylint,
pylint3,
python-pylint-plugin-utils,
python3-pylint-plugin-utils,
python-django,
python3-django
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Homepage: https://github.com/landscapeio/pylint-django
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylint-django.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pylint-django.git
Package: python-pylint-django
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, pylint, python-pylint-plugin-utils (>= 0.2.2-1)
Description: Pylint plugin for analysing code using Django (Python 2)
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 2 version of the package
Package: python3-pylint-django
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pylint-plugin-utils (>= 0.2.2-1)
Description: 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
|