Fixed a link in the 1.7 release notes.

This commit is contained in:
Tim Graham 2014-02-13 10:32:50 -05:00
parent f94f466cd3
commit e86aa83dc3
1 changed files with 2 additions and 2 deletions

View File

@ -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
^^^^^^^