﻿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
18491	When deleting a proxy model, the admin does not show warning about cascade delete for object with foreign key on the proxied model	bdauvergne@…	Grzegorz Szczepańczyk	"Suppose this

{{{
class A(Model):
   pass

class ProxyA(A):
   class Meta:
      proxy = True

class B(Model):
   a = ForeignKey(A)
}}}

If you expose ProxyA in the admin/ and try to delete an instance which has linked B objects, there will be no warning about the cascading delete."	Bug	closed	contrib.admin	1.4	Normal	fixed			Ready for checkin	1	0	0	0	0	0
