diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index c720c65b80..4868930bf8 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -163,7 +163,11 @@ Migrations Models ^^^^^^ -* ... +* Reverse foreign keys from proxy models are now propagated to their + concrete class. The reverse relation attached by a + :class:`~django.db.models.ForeignKey` pointing to a proxy model is now + accessible as a descriptor on the proxied model class and may be referenced in + queryset filtering. Requests and Responses ^^^^^^^^^^^^^^^^^^^^^^ |
