+1 on both: combine to regex IGNORABLE_URLS, and on empty defaults with
commented-out suggestion in generated settings.py
As a bonus, the transition for someone who has placed non-default values
in IGNORABLE_(STARTS_ENDS) to regexes is near trivial.
On Tue, 03 May 2011 23:16:12 +0300, Aymeri
Hello,
Currently, there are two problems with settings.IGNORABLE_404_(STARTS|ENDS):
- STARTS + ENDS is too limited: for example, there's no way to exclude
icon requests of iOS >= 4.2. A list of regexps would be more flexible.
- The default values are fairly arbitrary and prone to