Changes between Initial Version and Version 1 of Ticket #26797, comment 2
- Timestamp:
- Jun 23, 2016, 5:04:33 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26797, comment 2
initial v1 6 6 }}} 7 7 8 Is this ticket still relevant? 8 Is this ticket still relevant? It is referenced in the 1.10 release notes: 9 10 > Reverse foreign keys from proxy models are now propagated to their concrete class. The reverse relation attached by a ForeignKey pointing to a proxy model is now accessible as a descriptor on the proxied model class and may be referenced in queryset filtering. 11 12 I don't know if any backport is possible (looks like a new feature than a bug the way this note is written)