Skip to content

Releases: kalekseev/django-extra-checks

Release 0.8.0

09 Dec 20:32

Choose a tag to compare

0.8.0

  • Add checks:
    • field-choices-constraint

Release 0.7.1

29 Jul 11:53

Choose a tag to compare

0.7.1

  • Fix index checks level and message

Release 0.7.0

28 Jul 21:41

Choose a tag to compare

0.7.0

  • Check field-foreign-key-index now accepts when: indexes instead of when: unique_toegether because now it search for duplicate indexes in Meta.indexes, Meta.unique_toegether and Meta.constraints
  • Add checks:
    • no-unique-together
    • no-index-together

Release 0.6.0

10 Jul 12:13

Choose a tag to compare

0.6.0

  • Add checks:
    • field-default-null

Release 0.5.0

08 Jul 15:36

Choose a tag to compare

0.5.0

  • Fix ignore_checks
  • Skip models fields not inherited from fields.Field
  • Add ignore_types option

Release 0.4.1

08 Jul 09:54

Choose a tag to compare

0.4.1

  • Fix message for field-verbose-name-gettext-case

Release 0.4.0

07 Jul 15:33

Choose a tag to compare

0.4.0

  • Add infra for rest framework serializers checks
  • Add checks
    • drf-model-serializer-extra-kwargs
    • drf-model-serializer-meta-attribute
    • model-admin

Release 0.3.0

06 Jul 10:52

Choose a tag to compare

0.3.0

  • Add include_apps option.
  • Fix ast crashes.

Release 0.2.1

02 Jul 08:14

Choose a tag to compare

0.2.1

  • Fix ast parsing of indented block #1

Release 0.2.0

18 Jun 21:40

Choose a tag to compare

0.2.0

  • first public release