Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Releases: bartTC/django-memcache-status

v2.3

29 Apr 11:41
Compare
Choose a tag to compare
v2.3 release

v2.2

05 Feb 11:06
Compare
Choose a tag to compare
  • Compatibility and tests for Django 2.2 and 3.0, and Python 3.
  • Use pytest for testing.

v2.1

21 Mar 15:09
Compare
Choose a tag to compare
  • Removed some deprecated django-debug-toolbar and pre-Django 1.11 related workarounds.
  • More comprehensive unittests across all backends and it's relation with django-debug-toolbar.

v2.0

21 Mar 15:10
Compare
Choose a tag to compare
  • Compatibility and tests for Django 1.11 → 2.1 and Python 2.7 → 3.7.
  • Full code cleanup and update to latest standards.
  • Tested against a variety of memcache bindings.
  • Pipenv support for local development and testing.
  • [Backwards Incompatible] memcache-status no longer automatically overwrites the admin index template to add the stats. Instead you have the option to either manually display the stats anywhere you like using a template include, or use the contributed memcache-status admin index page that overwrites the vanilla Django template and adds statistics to the top left admin index page. This was the regular behavior of django-memcache-status prior to version 2.0.