Skip to content

Releases: raratiru/django-letsagree

Python-3.11, Django-4.1

25 Feb 13:58
7ca1e39
Compare
Choose a tag to compare

Added support for Django-4.1 started testing for Python-3.11

Django-4.0

13 Dec 23:42
4453976
Compare
Choose a tag to compare

Added support for Django-4.0 started testing for python-3.10, stopped testing for python-3.6 and python-3.7 (not supported by Django-4.0).

Django-3.2

06 Apr 16:43
bcdbeee
Compare
Choose a tag to compare

Minor code updates for Django-3.2.
Dropped support for python-3-5.

Fixed compatibility with Django-3.1

05 Oct 17:54
4363d06
Compare
Choose a tag to compare

Initialize modelformset_factory within the FormView instance instead of using the class variable form_class because get_language() has a context only within the request/response cycle.

Fixed bug in the setting for the named url

18 Aug 09:05
2d971b9
Compare
Choose a tag to compare

Fixed bug in LETSAGREE_LOGOUT_URL setting.

Free text as logout reverse url

16 Aug 18:39
c754147
Compare
Choose a tag to compare

Deprecated LETSAGREE_LOGOUT_APP_NAME in favor of LETSAGREE_LOGOUT_UR.

Downgrade to Django-3.0

15 Aug 17:27
9f40f6a
Compare
Choose a tag to compare

Uncompatible with Django-3.1 until #39 is fixed.

Set properly the named URL in settings

15 Aug 11:32
0bf60b7
Compare
Choose a tag to compare

Added the ability to set a namespaced url in the "logout application name" setting. #36

AnonymousUser should not access letsagree urls

07 Apr 22:59
8edbced
Compare
Choose a tag to compare

When an Anonymous user visits the letsagree url, should receive a 404 response. #26

Refactored to a thread-safe middleware

27 Mar 21:31
3086dcc
Compare
Choose a tag to compare

Refactored middleware to initiate validation as an object inside __call__, to avoid thread-safety issues described in #22