diff options
| author | Simon Charette <charette.s@gmail.com> | 2015-10-01 14:57:58 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2015-10-12 12:14:26 -0400 |
| commit | 6c9f37ea9eafb0ca1b02eb71ae8d375672043824 (patch) | |
| tree | ac1a374541c6a345fe73a0d5a86ff2881b7bc33a /docs | |
| parent | c8f091f5bcce317629c4af86c88a2864ab7d380b (diff) | |
Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.
Thanks to Anssi for the review.
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 ^^^^^^^^^^^^^^^^^^^^^^ |
