django-status
django-status copied to clipboard
Django Status is a application for Django projects that provides an API to check the status of some parts and some utilities like ping requests.
https://github.com/perdy/django-status/blob/99afa448c1240a8d877ae362beef31077838fa33/status/api/mixins.py#L2 Please, replace mentionned import to this one for Django 2 support : `from django.urls import reverse` Your status app seems great ! Thanks
Issue #12 minor fix to provide support to django 2
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.5.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.5.1 > * [`0d3d7d9`](https://github.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#12345](https://github-redirect.dependabot.com/eslint/eslint/issues/12345)) (Josiah Rooney) > * [`447ac87`](https://github.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix:...
Update mixins.py to be compatible with django2.0.4