summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 8d2f329fed..7359e09ac1 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -609,8 +609,8 @@ Models
lookup.
* It is now possible to pass a callable as value for the attribute
- :attr:`ForeignKey.limit_choices_to` when defining a ``ForeignKey`` or
- ``ManyToManyField``.
+ :attr:`~django.db.models.ForeignKey.limit_choices_to` when defining a
+ ``ForeignKey`` or ``ManyToManyField``.
Signals
^^^^^^^