Skip to content

Releases: QueraTeam/django-qsessions

Version 1.1.5

22 Jun 16:35
Compare
Choose a tag to compare

What's Changed

  • Add support for Python 3.12 and drop support for Python 3.7.
  • Add support for Django 4.2, 5.0 and drop support for Django 3.2, 4.1.
  • Replace the "SessionAdmin" class' readonly_fields with has_add_permission and has_change_permission by @ataylor32 in #21

New Contributors

Full Changelog: v1.1.4...v1.1.5

Version 1.1.4

11 Sep 11:11
Compare
Choose a tag to compare
  • Add Django 4.1 support.
  • Drop support for Python 3.6.
  • Drop support for Django 2.2, 3.0, 3.1.

Version 1.1.3

24 Dec 09:18
Compare
Choose a tag to compare
  • Add django 4.0 support.
  • Remove django 1.11, 2.0, 2.1 support.

Version 1.1.2

17 Oct 17:52
Compare
Choose a tag to compare

Use gettext_lazy instead of ugettext_lazy

Version 1.1.1

10 Sep 06:28
Compare
Choose a tag to compare
v1.1.1

Update development status, Bump version 1.1.1

Version 1.1.0

09 Sep 09:58
Compare
Choose a tag to compare

Link to user in admin page

Version 1.0.1

09 Sep 09:03
Compare
Choose a tag to compare

Fix N+1 problem in admin page by adding user to select_related.

Version 1.0.0

19 Aug 15:59
Compare
Choose a tag to compare

I think everything is OK for releasing 1.0.0 since django-qsessions is working fine in production for long time.

  • Drop support for Django 1.10.
  • Drop support for Python 3.5, since its end of life is near. Plus, maxminddb doesn't support 3.5 anymore.
  • Add Django 3.1 to support matrix.

Version 0.5.0

01 Jul 20:18
Compare
Choose a tag to compare
  • Drop support for Python 2.
  • Use ipware.get_client_ip instead of ipware.ip.get_real_ip (which is removed since django-ipware==3.0.0)
  • Format source code using black

Version 0.4.1

21 Jan 12:39
Compare
Choose a tag to compare

Updated download_geoip_db management command to use new Maxmind download URLs, and provide license key.