File tree 3 files changed +38
-3
lines changed
rest_framework_social_oauth2
3 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
+ 1.2.0 - 2024-01-12
5
+ ------------------
6
+
7
+ - Add support for Django 4.0
8
+ - Drop support for python 2, enforce python >=3.5
9
+ - Reference the User model with get_user_model()
10
+ - Fix ACCESS_TOKEN_URL namespace
11
+ - Refactor README
12
+ - Bump dependencies
13
+ - Remove django-braces dependency
14
+ - Set Django request object through a server method call
15
+ - Added a new Django Rest Framework view to disconnect backend
16
+ - Update documentation with Google example
17
+ - Create manage.py command to create an application
18
+ - Remove harcoded oauthlibcore
19
+ - Fix NoRerverseMatch Error with custom namespace
20
+ - Updated invalidate_sessions to accept all POST content types
21
+ - Restore compatibility with Django<2.0
22
+ - Keep request.data mutable
23
+ - Added compatibility with Django 2.0
24
+
25
+ 1.1.0 - 2018-01-25
26
+ ------------------
27
+
28
+ - <missing changelog>
29
+
30
+ 1.0.8 - 2017-06-18
31
+ ------------------
32
+
33
+ - Added `django-braces ` as a dependency
34
+
35
+ 1.0.7 - 2017-06-17
36
+ ------------------
37
+
38
+ - Added support for `django-oauth-toolkit ` 1.0.0
39
+
4
40
1.0.6 - 2017-05-22
5
41
------------------
6
42
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ Deshraj Yadav @DESHRAJ
6
6
Alex @alexpilot11
7
7
Trent Holliday @trumpet2012
8
8
Aljaž Košir @aljazkosir
9
+ Jakub Boukal @SukiCZ
Original file line number Diff line number Diff line change 1
1
"""python-social-auth and oauth2 support for django-rest-framework"""
2
- __version__ = "1.0.8"
3
-
4
-
2
+ __version__ = "1.2.0"
You can’t perform that action at this time.
0 commit comments