File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 5.4.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.4.0 ) - 2023-10-17
9
+
10
+ ### Changed
11
+ - Improved JSON field migration performance
8
12
- Introduce configuration to request POST only requests for social authentication
13
+ - Updated list of supported Django and Python versions
9
14
10
- ## [ 5.3.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.2 .0 ) - 2023-09-01
15
+ ## [ 5.3.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.3 .0 ) - 2023-09-01
11
16
12
17
### Changed
13
18
- Uses Django native JSON field
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
coverage
3
- pre-commit == 3.5.0 ; python_version >= '3.8'
4
- pre-commit == 2.21.0 ; python_version < '3.8'
3
+ pre-commit == 3.5.0
5
4
tox == 4.11.3
Original file line number Diff line number Diff line change 1
- __version__ = "5.3 .0"
1
+ __version__ = "5.4 .0"
2
2
3
3
4
4
from social_core .backends .base import BaseAuth
You can’t perform that action at this time.
0 commit comments