- Support subclasses of builtin converters. - More tests. - Cleanup output text to be more clear and informative.
0.7.0
Added
- Added fine-grained method for silencing errors. Courtesy spookylukey
0.6.0
Fixed
- Fixed a bug that caused `urlconfchecks` to show warnings for Django's `admin` app. Now, `admin` app will be ignored. Courtesy nightboard.
0.5.0
Added
- Added two more ways to use the package: a `CLI tool` and a `pre-commit hook`. For more information, see the [usage documentation](https://alisayyah.github.io/django-urlconfchecks/usage/).
0.4.0
Changed
- Now, `django_urlconfchecks` is a Django app. This means that it can be installed as a Django app. For more information, see [the documentation](https://alisayyah.github.io/django-urlconfchecks/usage/).
0.3.1
Fixed
- fixed a dependency issue that caused the `mkdocs-material-extensions` to install as a runtime dependency.