Django

Code

Ticket #1059 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

[patch] debug output off by one line

Reported by: oggie rob Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Debug output is indexed to zero instead of 1. Line numbers are output incorrectly, one less than they should be.

Attachments

lineno_patch.txt (458 bytes) - added by oggie rob on 12/13/05 22:58:59.
Increments line number output by one
views-debug-offbyone.diff (453 bytes) - added by mattmcc on 05/02/06 13:24:14.

Change History

12/13/05 22:58:59 changed by oggie rob

  • attachment lineno_patch.txt added.

Increments line number output by one

02/27/06 15:59:24 changed by adrian

  • summary changed from debug output off by one line to [patch] debug output off by one line.

02/27/06 16:09:26 changed by adrian

  • status changed from new to assigned.

The patch doesn't fix the problem, but I'll look into a fix.

02/27/06 16:23:25 changed by adrian

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [2420]) Fixed #1059 -- Fixed line numbers off-by-one error in debug output

05/02/06 13:24:14 changed by mattmcc

  • attachment views-debug-offbyone.diff added.

05/02/06 13:25:15 changed by mattmcc

  • status changed from closed to reopened.
  • resolution deleted.

The line number in the summary output at the top is also off by one.

05/02/06 15:04:47 changed by adrian

  • status changed from reopened to closed.
  • resolution set to fixed.

Fixed in [2815].


Add/Change #1059 ([patch] debug output off by one line)




Change Properties
Action