Fixed a link in the 1.7 release notes.
This commit is contained in:
parent
f94f466cd3
commit
e86aa83dc3
|
@ -609,8 +609,8 @@ Models
|
||||||
lookup.
|
lookup.
|
||||||
|
|
||||||
* It is now possible to pass a callable as value for the attribute
|
* It is now possible to pass a callable as value for the attribute
|
||||||
:attr:`ForeignKey.limit_choices_to` when defining a ``ForeignKey`` or
|
:attr:`~django.db.models.ForeignKey.limit_choices_to` when defining a
|
||||||
``ManyToManyField``.
|
``ForeignKey`` or ``ManyToManyField``.
|
||||||
|
|
||||||
Signals
|
Signals
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue