﻿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
33844	Possible regression with 3.2.10 and admin.ModelAdmin.change_view()	mike dewhirst	nobody	"I'm using the Admin with Stripe - which works nicely up until Django 3.2.9. Beyond 3.2.9 it still interacts with Stripe correctly and Stripe logs show no errors. 

However, from 3.2.10 up to 4. 0.x the following error occurs after a successful acquisition of the Stripe payment token and after Stripe has pocketed the money:
{{{
ValueError at /admin/polls/question/1/change/payment/change/

Field 'id' expected a number but got '1/change/payment'.
}}}

The program flow in the payment view is to save the Stripe token into a field to indicate that payment has been received. 

The project is in production and hereby locked into 3.2.9

"	Uncategorized	closed	Uncategorized	4.0	Normal	needsinfo	stripe admin change_view	miked@…	Unreviewed	0	0	0	0	0	0
