mirror of
https://github.com/Hopiu/django.git
synced 2026-04-12 02:51:10 +00:00
Fixed a link in the 1.7 release notes.
This commit is contained in:
parent
f94f466cd3
commit
e86aa83dc3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
^^^^^^^
|
||||
|
|
|
|||
Loading…
Reference in a new issue