This repository was archived by the owner on Aug 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,4 @@ allow_prereleases = true
2828[scripts ]
2929test = " sh -c \" coverage erase && pytest && coverage html && echo Coverage report in /tmp/coverage_report/django-memcache-status/index.html\" "
3030cleanup = " sh -c \" isort -rc memcache_status && black --skip-string-normalization --line-length=80 --exclude='/(migrations)/' memcache_status\" "
31+ testserver = " sh -c \" django-admin migrate --noinput && django-admin runserver\" "
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ To test a specific cache backend define it in the env variable::
107107Changelog
108108=========
109109
110- **(master ): **
110+ **v2.2 (2020-02-05 ): **
111111
112112- Compatibility and tests for Django 2.2 and 3.0, and Python 3.8.
113113- Use pytest for testing.
Original file line number Diff line number Diff line change 11[metadata]
22name = django-memcache-status
3- version = 2.1
3+ version = 2.2
44description =
55 A django application that displays the load and some other
66 statistics about your memcached instances in the admin.
Original file line number Diff line number Diff line change 3636 django-20: django ==2.0.*
3737 django-21: django ==2.1.*
3838 django-22: django ==2.2.*
39- django-30: django ==3.0a1
39+ django-30: django ==3.0.*
4040
4141[testenv:coverage_setup]
4242basepython =python3.6
You can’t perform that action at this time.
0 commit comments