﻿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
20094	Models with `next` method on python 2.6	Marc Tamlyn	nobody	"I've identified a problem with the following commit https://github.com/django/django/commit/df7a65ac4ba36dd155e80b8bcfe607390976ad47

The behaviour of `isinstance(foo, collections.Iterable)` is different between python 2.6 and python 2.7/3.X

This gist https://gist.github.com/mjtamlyn/5203598 will demonstrate the problem

The end result is that any model which defines a `next` method fails on python 2.6/django1.5 when used in a foreign key, as it has a `next` method but is not iterable."	Bug	closed	Database layer (models, ORM)	1.5	Normal	fixed		Claude Paroz	Accepted	1	0	0	0	0	0
