﻿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
28557	docs label `to` __init__ parameter as `othermodel` for ForeignKey, OneToOneField, ManyToManyField	Robert Raiford	nobody	"The docs for `ForeignKey`, `ManyToManyField` and `OneToOneField` list `othermodel` as their first parameter, but the sources they link to use `to`:

https://docs.djangoproject.com/en/1.11/ref/models/fields/#foreignkey
https://docs.djangoproject.com/en/1.11/ref/models/fields/#manytomanyfield
https://docs.djangoproject.com/en/1.11/ref/models/fields/#onetoonefield

This will throw a ""missing 1 required positional argument"" error for anyone trying to call their constructors with named arguments.

"	Cleanup/optimization	closed	Documentation	1.11	Normal	fixed			Accepted	1	0	0	0	1	0
