Changes between Initial Version and Version 1 of Ticket #21267
- Timestamp:
- Oct 14, 2013, 12:08:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21267 – Description
initial v1 1 To find errors: `flake8 -- select=E502`1 To find errors: `flake8 --exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py --select=E502` 2 2 3 3 Attaching a patch to get you started.