diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-24 23:22:33 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-29 21:59:07 +0100 |
| commit | 641acf76e706dcff0932b0825f1acbde715cc2c4 (patch) | |
| tree | d5c78721679beb5680c155253cabf2cc48fdaf74 /docs/ref | |
| parent | 4a6490a4a0d0d7e45b1f549e3f9d97e5e2aeb731 (diff) | |
Removed IGNORABLE_404_STARTS/ENDS settings.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index bcc2a461c7..df679e7c1f 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2244,22 +2244,6 @@ Default: Not defined The site-specific user profile model used by this site. See :ref:`User profiles <auth-profiles>`. -.. setting:: IGNORABLE_404_ENDS - -IGNORABLE_404_ENDS ------------------- - -.. deprecated:: 1.4 - This setting has been superseded by :setting:`IGNORABLE_404_URLS`. - -.. setting:: IGNORABLE_404_STARTS - -IGNORABLE_404_STARTS --------------------- - -.. deprecated:: 1.4 - This setting has been superseded by :setting:`IGNORABLE_404_URLS`. - .. setting:: URL_VALIDATOR_USER_AGENT URL_VALIDATOR_USER_AGENT |
