summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-02-28 18:00:53 -0500
committerTim Graham <timograham@gmail.com>2014-02-28 18:00:53 -0500
commit7c0102379a1a1b386f4f4908d4a05b01df5f29f0 (patch)
tree82d4550cfe1cad6d1340030e072925dd38806873 /docs
parentea869b514846cdd4803e3a87b08686113c14f7f2 (diff)
Removed some ReST links to undocumented functions.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index ab8115e1cd..07d8a00928 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -1125,12 +1125,12 @@ Miscellaneous
For example, if you use multi-inheritance, you need to define custom primary
key fields on parent models, otherwise the default ``id`` fields will clash.
-* :meth:`~django.utils.translation.parse_accept_lang_header` now returns
+* ``django.utils.translation.parse_accept_lang_header()`` now returns
lowercase locales, instead of the case as it was provided. As locales should
be treated case-insensitive this allows us to speed up locale detection.
-* :meth:`~django.utils.translation.get_language_from_path` and
- :meth:`~django.utils.translation.trans_real.get_supported_language_variant`
+* ``django.utils.translation.get_language_from_path()`` and
+ ``django.utils.translation.trans_real.get_supported_language_variant()``
now no longer have a ``supported`` argument.
.. _deprecated-features-1.7: