Releases: AliSayyah/django-urlconfchecks
Releases · AliSayyah/django-urlconfchecks
v0.11.0
v0.10.0
Added
- Handle cases involving
path
andinclude
. Courtesy @spookylukey
v0.9.0
Fixed
- Fixed crasher when urlconf has optional types. Courtesy @spookylukey
- added python 3.11 support
v0.8.0
Fixed
- Made error reporting of view reprs consistent with silencer.
- Correctly handle views with Optional arguments.
v0.7.3
Fixed
- Fixed an issue where default CBV silencing only worked for django 4
v0.7.2
Added
- Handle default arguments passed via path(kwargs). Courtesy @spookylukey
v0.7.1
Added
- Support subclasses of builtin converters.
- More tests.
- Cleanup output text to be more clear and informative.
v0.7.0
Added
- Added fine-grained method for silencing errors. Courtesy @spookylukey
v0.6.0
Fixed
- Fixed a bug that caused
urlconfchecks
to show warnings for Django'sadmin
app. Now,admin
app will be ignored.
Courtesy @Nightboard.
v0.5.0
Added
- Added two more ways to use the package: a
CLI tool
and apre-commit hook
. For more information, see
the usage documentation.