diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.1.txt b/docs/releases/1.1.txt index 1ef5667336..3a359559bd 100644 --- a/docs/releases/1.1.txt +++ b/docs/releases/1.1.txt @@ -207,7 +207,7 @@ detail in :doc:`the ORM aggregation documentation </topics/db/aggregation>`. Query expressions ~~~~~~~~~~~~~~~~~ -Queries can now refer to a another field on the query and can traverse +Queries can now refer to another field on the query and can traverse relationships to refer to fields on related models. This is implemented in the new :class:`~django.db.models.F` object; for full details, including examples, consult the :class:`F expressions documentation <django.db.models.F>`. |
