Skip to main content

A django CMS enabled application to handle redirects

Project description

Join the Gitter chat Latest PyPI version Python versions Latest CI build status Test coverage Code Climate License

A django CMS enabled application to handle redirects

This is heavily borrowed from django.contrib.redirects with three major changes:

  • Selection of django CMS pages

  • Selection of redirect status code

  • Middleware can processed in the request or response phase

Why using process_request?

Doing database queries in the middleware process_request is heavily discouraged as it’s a performance hit, especially when doing redirects which are just a tiny part of the processed requests. Except that sometimes it’s just what you need (for example to “hide” content without deleting / unpublishing it) By caching both existing and non existing redirects for a given URL the performance hit is minimized for the use cases that requires process_request.

Documentation

The full documentation is at https://djangocms-redirect.readthedocs.io.

Installation

See https://djangocms-redirect.readthedocs.io/en/latest/installation.html

Features

  • Set old and new path, by selection existing django CMS pages or writing down the complete address

  • Select the redirect status code (301, 302)

  • Support for status code 410

Credits

Tools used in rendering this package:

History

0.7.2 (2023-09-26)

Features

  • Migrate to bump-my-version (#56)

0.7.1 (2023-08-11)

Features

  • Add missing subpath_match and catchall_redirect fields in admin (#44)

Bugfixes

  • Fix django-multisite compatibility issue (#47)

0.7.0 (2023-08-09)

Features

  • Add django 4.2 compatibility, drop python<3.9, djangocms<3.9 and django<3.2 (#42)

0.6.0 (2020-11-15)

Features

  • Drop Python 2, Django < 2.2 - Update toolchain (#39)

  • Fix Handling of trailing slashes in redirects (#31)

Unreleased

  • Nothing yet

0.5.0 (2019-12-27)

  • Add compatibility with Django 2.2

  • Drop compatibility with Django < 1.11

  • Drop compatibility with django CMS < 3.6

  • Move to django-app-helper

  • Add support to match unquoted strings as redirect old path

0.4.0 (2019-08-22)

  • Add subpath matching

0.3.1 (2019-07-13)

  • Ignore querystring when matching redirect objects

0.3.0 (2019-03-11)

  • Added compatibility to Django 2.0, 2.1

0.2.3 (unreleased)

  • Add support to match unquoted strings as redirect old path

0.2.2 (2019-06-02)

  • Ignore querystring when matching redirect objects

0.2.1 (2019-04-22)

  • Fixed compatibility issue with Django 1.8

0.2.0 (2018-11-03)

  • Updated for Django 1.11

  • Added configurable cache timeout

  • Added configuration option to check redirect on 404 only

0.1.1 (2017-11-19)

  • Added missing migration.

  • Fixed compatibility issue with Django 1.8

0.1.0 (2016-02-01)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-redirect-0.7.2.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

djangocms_redirect-0.7.2-py2.py3-none-any.whl (11.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file djangocms-redirect-0.7.2.tar.gz.

File metadata

  • Download URL: djangocms-redirect-0.7.2.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for djangocms-redirect-0.7.2.tar.gz
Algorithm Hash digest
SHA256 c7dc3b4bbac7b64d9a3b3e43e6cb8ed2da6777f17897103bb7e7fd69053ba010
MD5 8723f17db26412dbfe8cb46f72937975
BLAKE2b-256 ac0491f26fa52132dbfab89bbcf9d6ec6e9ea34208787c5f1d7d86dfa77d4fc8

See more details on using hashes here.

File details

Details for the file djangocms_redirect-0.7.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for djangocms_redirect-0.7.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9f258258ec8ea2205141e343e81194e981a402c58a7a42bafe01bf3798496e8e
MD5 00749f7dd5fd6ad48a29ed138f22a838
BLAKE2b-256 a332136a2d9e02fa41933a8d398d0c867fb390b03632ed7d3cf44e3dff95794d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page