Skip to content

Releases: kalekseev/django-extra-checks

Release 0.13.1

13 Nov 14:25

Choose a tag to compare

0.13.1

  • Fix: respect empty_strings_allowed in choices constraint #31

Release 0.13.0

07 Oct 16:42

Choose a tag to compare

0.13.0

  • Use inheritance to determine check type
  • Deprecate field-boolean-null
  • Add checks:
    • field-related-name

Release 0.13.0rc0

01 Oct 20:18

Choose a tag to compare

Release 0.13.0rc0 Pre-release
Pre-release
v0.13.0rc0

Prepare 0.13.0rc0

Release 0.12.0

06 Aug 20:57

Choose a tag to compare

0.12.0

  • Update test matrix: Django 3.2-4.1 X python 3.6-3.11
  • Remove deprecated @ignore_checks
  • Remove deprecated ignore_types

Release 0.12.0rc1

06 Aug 20:14

Choose a tag to compare

Release 0.12.0rc1 Pre-release
Pre-release
v0.12.0rc1

Prepare v0.12.0rc1

Release 0.12.0rc0

06 Aug 18:25

Choose a tag to compare

Release 0.12.0rc0 Pre-release
Pre-release
v0.12.0rc0

Prepare v0.12.0rc0

Release 0.11.0

06 Apr 22:55

Choose a tag to compare

0.11.0

  • Remove default_app_config.

Release 0.10.0

21 Mar 10:25

Choose a tag to compare

0.10.0

  • Add option skipif that accepts user function
  • Deprecate ignore_types

Release 0.9.1

18 Mar 10:54

Choose a tag to compare

0.9.1

  • Replace DeprecationWarning with FutureWarning for @ignore_checks

Release 0.9.0

18 Mar 10:13

Choose a tag to compare

0.9.0

  • Disable checks with extra-checks-disable-next-line comment
  • Deprecate @ignore_checks
  • Make ast parsing lazy
  • Add global log level