mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Removed IGNORABLE_404_STARTS/ENDS settings.
This commit is contained in:
parent
4a6490a4a0
commit
641acf76e7
3 changed files with 0 additions and 38 deletions
|
|
@ -101,14 +101,6 @@ The best way to disable this behavior is to set
|
|||
records are ignored, but you can use them for error reporting by writing a
|
||||
handler and :doc:`configuring logging </topics/logging>` appropriately.
|
||||
|
||||
.. seealso::
|
||||
|
||||
.. versionchanged:: 1.4
|
||||
|
||||
Previously, two settings were used to control which URLs not to report:
|
||||
:setting:`IGNORABLE_404_STARTS` and :setting:`IGNORABLE_404_ENDS`. They
|
||||
were replaced by :setting:`IGNORABLE_404_URLS`.
|
||||
|
||||
.. _filtering-error-reports:
|
||||
|
||||
Filtering error reports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue