Changes between Version 1 and Version 2 of Ticket #17717, comment 8
- Timestamp:
- Mar 3, 2012, 2:51:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17717, comment 8
v1 v2 1 1 Yes, that should be fixed. Now proxy_for_model is the actual proxied model, so as written the committed patch isn't correct any more. That is my failing, as I should have written it using the while {{{ opts._proxy_for_model: opts = opts._proxy_for_model._meta }}} idiom instead of assuming the buggy behavior in the patch. 2 2 3 I tested the patch and without the fix it fails, with the fix in the patch it succeeds. I quickly skimmed through it and it seems ready for checkin to me.3 I tested the patch and without the fix the added test fails, with the fix in the patch it succeeds. I quickly skimmed through it and it seems ready for checkin to me.