django/django/middleware
Luke Plant 171df93170 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
2011-05-05 20:49:26 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch. 2011-03-02 12:47:36 +00:00
common.py Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore 2011-05-05 20:49:26 +00:00
csrf.py Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs 2011-03-30 17:34:26 +00:00
doc.py Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev 2010-01-10 16:51:13 +00:00
gzip.py Fixed #10630 -- Be even more conservative in GZipMiddleware for IE. 2009-04-12 04:14:23 +00:00
http.py Fixed #717 - If-Modified-Since handling should compare dates according to RFC 2616 2011-03-01 14:28:06 +00:00
locale.py Fixed #8121 -- Don't override the Content-Language HTTP header in the locale 2008-08-09 15:04:45 +00:00
transaction.py Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00