Skip to content

Commit

Permalink
[1.6.x] Fixed #21240 -- Added 1.5 release note for OneToOneField/sele…
Browse files Browse the repository at this point in the history
…ct_related change.

Thanks marcin at sokrates.pl.

Backport of ba63b98 from master
  • Loading branch information
timgraham committed Nov 18, 2013
1 parent a776e3f commit 2b03d53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/releases/1.5.txt
Expand Up @@ -710,6 +710,10 @@ Miscellaneous
escapes its ``contents`` argument. To avoid the HTML escaping, use
:func:`django.utils.safestring.mark_safe` on the argument before passing it.

* Accessing reverse one-to-one relations fetched via
:meth:`~django.db.models.query.QuerySet.select_related` now raises
:exc:`~django.core.exceptions.DoesNotExist` instead of returning ``None``.

Features deprecated in 1.5
==========================

Expand Down

0 comments on commit 2b03d53

Please sign in to comment.