Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#19162 closed Cleanup/optimization (fixed)

Wrong indentation

Reported by: Jan Bednařík Owned by: Jan Bednařík
Component: Uncategorized Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

In file django/db/backends/sqlite3/creation.py is wrong indentation on lines 59 - 63.

Change History (4)

comment:2 by Łukasz Rekucki, 12 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Jan Bednařík <jan.bednarik@…>, 12 years ago

Resolution: fixed
Status: newclosed

In 4cceb5cb31bb6d36da58672629e8e07b023a857f:

Fixed #19162 -- Wrong indentation.

comment:4 by Aymeric Augustin <aymeric.augustin@…>, 12 years ago

In 11a4b6d9239471b3675900f3019f698a98acf590:

Merge pull request #460 from JanBednarik/ticket_19162

Fixed #19162 -- Wrong indentation.

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