﻿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
25462	Move __unicode__ documentation and its notice after __str__	Simon Charette	nobody	"In the [https://docs.djangoproject.com/en/dev/ref/models/instances/#other-model-instance-methods other model instance methods] doc we start by documenting by a notice about `__unicode__` vs `__str__` followed by the actual `__unicode__` and `__str__` documentation.

Because of the way blocks are arranged it's not clear the notice is about `__unicode__` vs `__str__` or and not ''other model instance methods'' in general.

Since the tutorial is oriented toward Python 3 I would suggest we reorder the doc blocks as follow:

1. `__str__`;
2. `__str__` vs `__unicode__` notice;
3. `__unicode__`.

It should make it clear the notice is about interaction of both methods and express our preference toward Python 3."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
