diff options
| author | Tim Graham <timograham@gmail.com> | 2014-02-13 10:32:50 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-02-13 10:32:50 -0500 |
| commit | e86aa83dc34ef9ef38eec9a37b3f81bed6548002 (patch) | |
| tree | dff9ede7ddad37efcb6b260370c11680f729d522 | |
| parent | f94f466cd3461527fb76a3e8951039a3c2388829 (diff) | |
Fixed a link in the 1.7 release notes.
| -rw-r--r-- | docs/releases/1.7.txt | 4 |
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 ^^^^^^^ |
