onespacemedia / cms

A collection of Django extensions that add content-management facilities to Django projects.
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Add a 'permanent' option to Link content type. #193

Open lewiscollard opened 4 years ago

lewiscollard commented 4 years ago

Sometimes it is useful to have permanent redirects instead of temporary 302 ones for a Link. I don't think it should be the default (if only because this would change the behaviour). This PR adds a "permanent" boolean to the "Link" content type that will use a 301 redirect if it is checked.