Releases: muccg/django-iprestrict
Releases · muccg/django-iprestrict
IP range description
Django 2.1 compatibility
- makes
django-iprestrict
compatible withDjango 2.1
- removes dependency on
django-templatag-handlebars
- upgrades included
jQuery
andHandlebars
JS libraries
Fixes broken 1.5.1 packages
Version 1.5.1
packages had templates
and static
files missing (#47).
Fixes "Move Up"/"Move Down" buttons in Admin
Support for Django 2
Support for Django 2 has been added, thanks to Jon.
Include templates and static files
Version 1.4.0 had the static files and templates missing from the pypi packages.
This release includes the missing files.
New setting to trust all proxies
Contributed by @MetricMike:
Introduces a new setting IPRESTRICT_TRUST_ALL_PROXIES
.
Use this setting when using a managed proxy with a dynamic IP (like when behind an AWS Load Balancer, or other cloud equivalent). When this setting is True, Django IP Restrict will always check the HTTP X-Forwarded-For header to determine the true client IP address.
Includes templates and static files
Version 1.3.1
had the template and static files missing for some reason.
This version includes them again.
Bugfix release
Fixes #33
Upgrade to pycountry 17.5.14
1.3.0 Version 1.2.0 -> 1.3.0