Versions since 0.4.0 were missing migrations from the distribution. The result was that there would be no rules initially, and all access would be blocked.
This release adds the Django migrations.
After upgrading, projects already using django-iprestrict will need to run fake migrations. Do one of the following:
_Case 1_ — Run migration and install initial rules
django-admin migrate --fake iprestrict 0001
django-admin migrate iprestrict
_Case 2_ — Run migration, but don't need initial rules
django-admin migrate --fake iprestrict