Skip to main content

Cache management for Django.

Project description

This is a Django application that adds management commands for managing your caches.

It has been tested with these combinations:

  • Python 3.5, 3.7 and Django 1.11, 2.1 and 2.2.

This code is currently used in production.

It provides these commands:

  • listcaches: lists the caches configured in your Django project.

  • pingcache: verifies that one or more caches are accessible (“pings” them).

  • clearcache: clears one or more caches.

### Changelog

  • 4.0.1:

    • Don’t use or require six anymore. It was an oversight that it stayed in after we dropped support for Python 2.7.

  • 4.0.0:

    • Formally support Django 2.2. (This package already worked fine on it.)

    • Drop support for Django 2.0. It reached EOL.

    • Drop support for Python 2.7 and 3.4.

  • 3.0.0:

    • Drop support for Django versions prior to 1.11. This is a breaking change and so require a new major number.

    • Formally support 1.11, 2.0 and 2.1. (This package already worked fine on them.)

  • 2.0.0:

    • Formally follow the semver spec for version numbers. Previous version numbers were bumped haphazardly.

    • Drop support for Django 1.7.

    • Fix problems with running on Django 1.10. Version 1.0.1 was supposed to support Django 1.10 but I discovered, much to my displeasure, that tox silently disregarded the disconnect between its test specification (“please install Django 1.10.x”) and a mistake in setup.py (“I want a Django version lower than 1.10”). The net result was that the tests that were supposed to be done with 1.10 were done with a lower version… sigh.

    • listcaches now supports the case where the configuration settings for caches contain unserializable values.

  • 1.0.1:

    • Added formal support for Django 1.9, 1.10. The previous version was already running fine on them, but the dependencies and the test setup have been tweaked for these versions of Django.

    • Drop support for Django 1.6.

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

django-cache-management-4.0.1.tar.gz (5.4 kB view hashes)

Uploaded Source

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