Treat http:// and https:// guid as being the same when fetching
authorMagnus Hagander <magnus@hagander.net>
Mon, 19 Mar 2018 11:11:03 +0000 (12:11 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 19 Mar 2018 11:11:03 +0000 (12:11 +0100)
commitb525c9b6f0d1c8450d85ff49ef200b0a4cb7e913
tree355aec49c40d12b76efb6a967284b13ea0a6e114
parent7b32d320ac51dd15f502c520af962bc06e024b5e
Treat  and https:// guid as being the same when fetching

This means that if the same blog post shows up both under http:// and
https:// (for example when somebody changes their URL from http to
https, but it still contains the old posts), we will treat them as being
the same and not fetch a second copy of it.

We handle both http->https (common) and https->http (would probably
indicate a misconfiguration) scenarios.
hamnadmin/hamnadmin/register/management/commands/aggregate_feeds.py