diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 52007c98aa..2dd3931060 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -674,6 +674,10 @@ Models the new :attr:`ManyToManyField.through_fields <django.db.models.ManyToManyField.through_fields>` argument. +* Assigning a model instance to a non-relation field will now throw an error. + Previously this used to work if the field accepted integers as input as it + took the primary key. + Signals ^^^^^^^ |
