Changes between Initial Version and Version 1 of Ticket #17673, comment 5
- Timestamp:
- Feb 16, 2012, 11:27:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17673, comment 5
initial v1 18 18 }}} 19 19 20 I attached another patch (file `17673_indentation.py`) which is not connected to this ticket but it changes the same file (`django/core/management/validation.py`). It shows how the code looks when we stick with 'max 80 character per line' rule. What do you think about it? 20 I attached another patch (file `17673_indentation.py`) which is not connected to this ticket but it changes the same file (`django/core/management/validation.py`). It shows how the code looks when we stick with PEP8 especially with 'max 80 character per line' rule. What do you think about it? 21 22 akaariai, I agree. This kind of working in pairs let us to make code better.