Skip to content

Releases: AliSayyah/django-urlconfchecks

v0.11.0

27 Feb 08:02
Compare
Choose a tag to compare

Added

  • Python 3.12 support
  • Django 5 support

Removed

  • Python 3.7 support

v0.10.0

15 Aug 05:38
Compare
Choose a tag to compare

Added

  • Handle cases involving path and include. Courtesy @spookylukey

v0.9.0

10 Feb 15:53
Compare
Choose a tag to compare

Fixed

  • Fixed crasher when urlconf has optional types. Courtesy @spookylukey
  • added python 3.11 support

v0.8.0

16 Sep 06:35
Compare
Choose a tag to compare

Fixed

  • Made error reporting of view reprs consistent with silencer.
  • Correctly handle views with Optional arguments.

v0.7.3

25 Aug 07:04
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where default CBV silencing only worked for django 4

v0.7.2

12 Aug 11:19
Compare
Choose a tag to compare

Added

  • Handle default arguments passed via path(kwargs). Courtesy @spookylukey

v0.7.1

11 Aug 10:34
Compare
Choose a tag to compare

Added

  • Support subclasses of builtin converters.
  • More tests.
  • Cleanup output text to be more clear and informative.

v0.7.0

11 Aug 06:13
Compare
Choose a tag to compare

Added

  • Added fine-grained method for silencing errors. Courtesy @spookylukey

v0.6.0

01 Apr 11:09
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that caused urlconfchecks to show warnings for Django's admin app. Now, admin app will be ignored.
    Courtesy @Nightboard.

v0.5.0

21 Feb 16:29
Compare
Choose a tag to compare

Added

  • Added two more ways to use the package: a CLI tool and a pre-commit hook. For more information, see
    the usage documentation.