Automatically follow http->https redirects
authorMagnus Hagander <magnus@hagander.net>
Mon, 19 Mar 2018 11:26:04 +0000 (12:26 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 19 Mar 2018 11:26:04 +0000 (12:26 +0100)
commit661ef25b76b88b7a798f56ef58be840f91ec1e47
tree2f1f3909ef43b541ce4ac96e19779fbf23c4f6a5
parentb525c9b6f0d1c8450d85ff49ef200b0a4cb7e913
Automatically follow http->https redirects

We only follow the redirect if the URL is *exactly* the same except it
has https intead of http in it. But this is a very common scenario these
days, so let's simplify that one.

In particular, it makes no sense to re-moderate a blog after that change
has been made.
hamnadmin/hamnadmin/register/forms.py
hamnadmin/hamnadmin/register/management/commands/aggregate_feeds.py
hamnadmin/hamnadmin/util/aggregate.py