mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models.
Thanks to Trac alias ppetrid for the report and Tim for the review.
Conflicts:
	tests/delete/tests.py
Forward port of 7c3ef19978 from stable/1.8.x
			
			
This commit is contained in:
		| @@ -39,3 +39,6 @@ Bugfixes | ||||
|  | ||||
| * Fixed ``Model.refresh_from_db()`` updating of ``ForeignKey`` fields with | ||||
|   ``on_delete=models.SET_NULL`` (:ticket:`25715`). | ||||
|  | ||||
| * Fixed a duplicate query regression in 1.8 on proxied model deletion | ||||
|   (:ticket:`25685`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user