﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3428	[full-history] Small fixes to the code	ramiro <rm0 _at_ gmx.net>	nobody	"This patch fixes:

 * There are some TAB chars indenting the Python code. From the context it can be deduced that they were used to represent 8 spaces.
 * In {{{django/contrib/history/models.py}}}: The {{{Pickle.dumps}}} call in {{{save_new_revision()}}} uses named {{{protocol=0}}} as a second parameter. It gives me an error under Python 2.3 (and this result in the the save operation failing always) but from the Python 2.5 ![1]documentation it's clear than nothing has changed since 2.3 times in that method. The fix is just call it using 0 or not use it at all.

This patch is against the branch code as of [4459]"		closed	Uncategorized	other branch		wontfix			Someday/Maybe	1	0	0	0	0	0
