python-django-lint 0.13-1 source package in Ubuntu

Changelog

python-django-lint (0.13-1) unstable; urgency=low

  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  02 Feb 2010 00:00:25 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
lamby
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-lint_0.13.orig.tar.gz 20.8 KiB ae5319fca9d88f6bf19e45dcfd4ed2162ccf6de182d25b8e25e9d6391fcec56a
python-django-lint_0.13-1.diff.gz 1.7 KiB c5270aa15f2ce3ad74b1d33ff202ad95e126432a1a95fa9cbe521d30c89bdee4
python-django-lint_0.13-1.dsc 1.2 KiB b6882e6ac4d8fefe74b031a7979c3cdbc42c69321e0a33f9a51f8a2588b1cffe

Available diffs

View changes file

Binary packages built by this source

python-django-lint: Static analysis tool for Django projects and applications

 Django Lint is a tool that statically analyses projects and applications
 that use the Django web development framework.
 .
 It checks and reports on common programming errors and bad code smells
 including:
 .
  * Nullable "CharField" fields
  * Usage of brittle Django features such as "auto_now_add"
  * Unspecified recommended options in settings.py, such as an empty 'ADMINS'
  * (plus many more)