From 171df93170df23d2fea1f8320ddb80c6f6444ff7 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 5 May 2011 20:49:26 +0000 Subject: Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore Thanks to aaugustin for implementing this. (Technically this doesn't fix the original report, as we've decided against having *any* default values, but the new feature makes it possible, and the docs have an example addressing #15954). git-svn-id: http://code.djangoproject.com/svn/django/trunk@16160 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3