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 2.7, 3.7 and Django 1.11, Python 3.7 and Django 2.0 and 2.1.
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.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-cache-management-4.0.0.tar.gz
.
File metadata
- Download URL: django-cache-management-4.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1425b492a70a43f0a53332f64892fa477fd376972d473a3dea86f12c3bea186d |
|
MD5 | c859efdae033ae862695b39cf0fb3f23 |
|
BLAKE2b-256 | 2be8838a7907eb089c41d6335d11ccabebc4b4c9bea60b277c095e696f904fa4 |