Skip to content

Releases: muccg/django-iprestrict

IP range description

05 Oct 13:10
Compare
Choose a tag to compare

Adds a description field to IP ranges.

Django 2.1 compatibility

03 Sep 11:11
Compare
Choose a tag to compare
  • makes django-iprestrict compatible with Django 2.1
  • removes dependency on django-templatag-handlebars
  • upgrades included jQuery and Handlebars JS libraries

Fixes broken 1.5.1 packages

02 Jul 05:23
Compare
Choose a tag to compare

Version 1.5.1 packages had templates and static files missing (#47).

Fixes "Move Up"/"Move Down" buttons in Admin

25 Jun 10:08
Compare
Choose a tag to compare

Support for Django 2

31 Jan 01:23
Compare
Choose a tag to compare

Support for Django 2 has been added, thanks to Jon.

Include templates and static files

06 Nov 12:05
Compare
Choose a tag to compare

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

24 Oct 21:05
Compare
Choose a tag to compare

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

08 Aug 09:44
Compare
Choose a tag to compare

Version 1.3.1 had the template and static files missing for some reason.

This version includes them again.

Bugfix release

16 Jun 09:58
Compare
Choose a tag to compare

Upgrade to pycountry 17.5.14

13 Jun 08:02
Compare
Choose a tag to compare
1.3.0

Version 1.2.0 -> 1.3.0