Opened 16 years ago

Closed 16 years ago

#8570 closed (fixed)

Wrong indentation style in django/contrib/formtools/utils.py

Reported by: Manuel Saelices Owned by: nobody
Component: contrib.formtools Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This file has 8 space padding. This should be 4, as contributing docs said

Attachments (2)

formtools_fix_indentation_r8596.txt (2.8 KB ) - added by Manuel Saelices 16 years ago.
formtools_fix_indentation_r8596.diff (2.8 KB ) - added by Manuel Saelices 16 years ago.
Now it's a right patch

Download all attachments as: .zip

Change History (5)

by Manuel Saelices, 16 years ago

by Manuel Saelices, 16 years ago

Now it's a right patch

comment:1 by Eric Holscher, 16 years ago

milestone: 1.0
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

milestone: 1.0

comment:3 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [9019]) Fixed #8570: Corrected some code that was using 8-space tabs for some reason. Thanks to Manuel Saelices for the report.

Note: See TracTickets for help on using tickets.
Back to Top