Skip to content

Releases: briefmnews/django-ip-access

2.2.0

27 Jun 10:17
Compare
Choose a tag to compare

Chores

  • setup: lower min version requirement for django-ipware (Thomas)
  • release version 2.2.0 (Thomas)

2.1.0

27 Jun 10:02
Compare
Choose a tag to compare

Documentation

  • readme: update installation instruction (Thomas)

Styles

Chores

  • setup release proccess for PyPI (Thomas)
  • update setup.py (Thomas)
  • .gitignore: add files and fodlers (Thomas)
  • setup pre-commit and setuptools (Thomas)
  • release version 2.1.0 (Thomas)

Commits

  • 979e969: docs : Create LICENSE (Thomas Carbillet)

2.0.0

27 Jun 09:22
Compare
Choose a tag to compare

Bug Fixes

  • delete ipdaddress_set after super call in EditIpAddress.save method (Thomas)

Tests

  • add test for EditIpAddress.save mtehod (Thomas)

Chores

  • Django: bumps minimum version from 3.2 to 4.2 (Thomas)
  • release version 2.0.0 (Thomas)

1.3.0

10 Nov 18:08
Compare
Choose a tag to compare

Code Refactoring

  • witch for django.contrib.auth authenticate function (Thomas)

Chores

  • release version 1.3.0 (Thomas)

1.2.0

05 May 14:19
Compare
Choose a tag to compare

Documentation

  • readme: add status badge for Python CI workflow (Thomas)

Code Refactoring

  • fix RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy() (Thomas)
  • remove default_app_config (Thomas)

Tests

  • fix RemovedInDjango40Warning: Passing None for the middleware get_response argument is deprecated. (Thomas)

Chores

  • Django: bumps from Django 2.2 to Django 3.2 (Thomas)
  • ipaddress: remove ipaddress (Thomas)
  • github-actions: update wrokflow.yaml (Thomas)
  • black: ad dpackage version 23.3.0 to test_requirements.txt (Thomas)
  • black: run black ./ (Thomas)
  • release version 1.2.0 (Thomas)

Commits

  • 2ef45bd: chore(test_requirements=: bumps packages (Thomas)

1.1.0

20 Jun 13:26
Compare
Choose a tag to compare

Chores

  • update requirements.txt (Thomas)
  • github-actions: add workflow.yaml (Thomas)
  • github-actions: add release.yaml (Thomas)

Add support for python 3.9

19 May 13:34
Compare
Choose a tag to compare
1.0.0

feat(django-ip-access): release version 1.0.0

Handle user login before sending response

27 Mar 10:52
Compare
Choose a tag to compare
0.1.5

feat(): release version 0.1.5

Handle ip range

20 Mar 15:41
Compare
Choose a tag to compare

Handle ip range e.g. 127.0.0.0/24

Bulk add feature

19 Mar 14:24
Compare
Choose a tag to compare

In the admin, bulk add ip addresses feature is now available