Changes between Initial Version and Version 1 of Ticket #21267


Ignore:
Timestamp:
Oct 14, 2013, 12:08:01 PM (11 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21267 – Description

    initial v1  
    1 To find errors: `flake8 --select=E502`
     1To find errors: `flake8 --exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py --select=E502`
    22
    33Attaching a patch to get you started.
Back to Top