﻿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
23401	"""django_admin_log"".""object_id"" has wrong type in djangoproject database"	Tim Graham	nobody	"In the production database, `""django_admin_log"".""object_id""` has type `integer` instead of `text` (`LogEntry.object_id` is a `TextField` and has been since at least magic removal; I guess it was `IntegerField` before and never properly migrated). Can we manually run a query to change the type?

Discovered this today when James couldn't create the release objects in the admin. Checking the traceback it was `DataError: invalid input syntax for integer: ""1.4.15""`

Traced it down and had to roll back this in the meantime:
https://github.com/django/djangoproject.com/commit/016c7042134bde30cf5d2b67b5bbf723b4d7bc15"	Bug	closed	*.djangoproject.com		Normal	fixed			Unreviewed	0	0	0	0	0	0
