Skip to content

Bump to version 0.1.6

Guy Willett requested to merge test-makemigrations into master

This fixes a bug in SearchField.formfield() method when using SearchFields in a ModelForm.

We also added a regular ModelForm implementation for CRUD operations like the Admin panel, and expanded the test suite to run a fresh makemigrations on every test run/environment.

Merge request reports