Skip to content

DJANGO-VIOLATION v1.1.3

Compare
Choose a tag to compare
@adepeter adepeter released this 31 Aug 20:41
· 4 commits to master since this release

This release has support for Django 3.1 in which NullBooleanField (now BooleanField(null=True)) was dropped in previous django version.

In addition, managers have been added for Rule and Violation model