Releases: mwarkentin/django-watchman
Releases · mwarkentin/django-watchman
v0.3.0: Email check
- New check - email (
watchman.checks.email_status
)! django-watchman will now
check that your email settings are working too! - Fix a few small issues in the readme
- Rearrange some of the code in checks.py
v0.2.2: Test in python 2.7 & 3.4
- Fix and run tests on Python 2.7 and 3.4
- Bump django-jsonview dependency to latest
- Update tox envlist and travis config to test 2.7 / 3.4
v0.2.1: Test and misc. fixes
- Initialize django during tests to prevent app loading issue for Django >= 1.7
- Suppress
MIDDLEWARE_CLASSES
warning for Django >= 1.7 - Reorganize test imports
- Fix
make test
,make coverage
,make release
commands - Add htmlcov/ directory to .gitignore
- Test django 1.4, 1.6, 1.7
v0.2.0: Custom checks
- Custom checks can now be written and run using the
WATCHMAN_CHECKS
setting - A subset of the available checks can be run by passing the
check
GET param
when hitting the watchman url
Thanks to @kezabelle for doing most of the work on this one!
v0.1.2
- Move package requirements out of requirements.txt and into setup.py
v0.1.1: Fix requirements
- Remove
django>=1.5.5
version specification - Remove
wheel
requirement
v0.1.0: Initial release
Initial release of django-watchman
.
Features:
- Status endpoint for your Django
DATABASES
andCACHES
- Token based authentication