diff options
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 98b2138bc1..8ebeb668e9 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -199,6 +199,10 @@ their deprecation, as per the :ref:`Django deprecation policy ISO 3166 code for United Kingdom). They have been depreacted since the 1.4 release. + * The :setting:`IGNORABLE_404_STARTS` and :setting:`IGNORABLE_404_ENDS` + settings have been superseded by :setting:`IGNORABLE_404_URLS` in + the 1.4 release. They will be removed. + * 2.0 * ``django.views.defaults.shortcut()``. This function has been moved to ``django.contrib.contenttypes.views.shortcut()`` as part of the |
