summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-02-13 10:32:50 -0500
committerTim Graham <timograham@gmail.com>2014-02-13 10:32:50 -0500
commite86aa83dc34ef9ef38eec9a37b3f81bed6548002 (patch)
treedff9ede7ddad37efcb6b260370c11680f729d522 /docs
parentf94f466cd3461527fb76a3e8951039a3c2388829 (diff)
Fixed a link in the 1.7 release notes.
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
^^^^^^^