muccg / django-iprestrict

Django app + middleware to restrict access to all/sections of app by client IP ranges
BSD 3-Clause "New" or "Revised" License
38 stars 24 forks source link

Django 2.2 compatibility #56

Open DmytroLitvinov opened 4 years ago

DmytroLitvinov commented 4 years ago

Hi there,

Thanks a lot for your efforts on this library. We need to update this library to support Django 2.2. Probably, we could add it to tox.ini file to check tests and if it fails, then add support of it.

What do you think?

DmytroLitvinov commented 4 years ago

I would even suggest to drop support for Django < 1.11 and support only Django 1.11, 2.1, 2.2 What do you think? I am ready to prepare PR for that.

sztamas commented 4 years ago

Support for officially unsupported Django and Python versions have been removed and support for Django 2.2, 3.0, and 3.1 added to https://github.com/sztamas/django-iprestrict-redux.

DmytroLitvinov commented 4 years ago

Nice to hear it.