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
--
Ticket URL: <https://code.djangoproject.com/ticket/23401>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
Ran this query: `ALTER TABLE django_admin_log ALTER COLUMN object_id TYPE
text;`
--
Ticket URL: <https://code.djangoproject.com/ticket/23401#comment:1>
Comment (by Tim Graham <timograham@…>):
In
[changeset:"a5965f1e0a2c3609fb9612cb31b2b71cf1bff64f/djangoproject.com"]:
{{{
#!CommitTicketReference repository="djangoproject.com"
revision="a5965f1e0a2c3609fb9612cb31b2b71cf1bff64f"
Removed hack to disable admin logging for releases app; refs #23401.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23401#comment:2>