diff options
| author | j0hnsmith <info@whywouldwe.com> | 2015-11-06 22:55:44 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-07 21:19:25 +0100 |
| commit | 0115f9faa517bba882a31b0ade076601b5a41de6 (patch) | |
| tree | 3389205d2d5c43eecfe9587808f1f8612338c36d /docs | |
| parent | 81006b9657534a21c3eadb2bc4a87c46db54c099 (diff) | |
Fixed #25692 -- Added natural keys support to Site model.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 4f6ff558bc..1f3857ab28 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -93,7 +93,8 @@ Minor features :mod:`django.contrib.sites` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* ... +* The :class:`~django.contrib.sites.models.Site` model now supports + :ref:`natural keys <topics-serialization-natural-keys>`. :mod:`django.contrib.staticfiles` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
