Commit 4527535a authored by Gabriel Hurley's avatar Gabriel Hurley
Browse files

[1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs to include sending...

[1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs to include sending broken link email notifications. Thanks to Leon Matthews for the report and patch.

Backport of [14532] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent da5f6ef9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -66,6 +66,9 @@ Adds a few conveniences for perfectionists:
      indexer would treat them as separate URLs -- so it's best practice to
      normalize URLs.

    * Sends broken link notification emails to :setting:`MANAGERS` if
      :setting:`SEND_BROKEN_LINK_EMAILS` is set to ``True``.

    * Handles ETags based on the :setting:`USE_ETAGS` setting. If
      :setting:`USE_ETAGS` is set to ``True``, Django will calculate an ETag
      for each request by MD5-hashing the page content, and it'll take care of