diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-05-05 20:49:26 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-05-05 20:49:26 +0000 |
| commit | 171df93170df23d2fea1f8320ddb80c6f6444ff7 (patch) | |
| tree | ba9ccc91915ff2d3f76a45994d5f49f4df7d6bce /docs/internals | |
| parent | db5807bdb1f242cc928e2fdf7110cb20af34790f (diff) | |
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
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 |
