Changes between Version 2 and Version 3 of Ticket #33846
- Timestamp:
- Jul 19, 2022, 10:03:18 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33846 – Description
v2 v3 15 15 16 16 Google OAuth2.0 SDK(Google Identity Services) doesn't work on Django 4.0.x and 4.1.x but works on Django <= 3.2.x 17 ( * The old version of Google OAuth2.0 SDK still works, but will be completely deprecated after March 31, 2023 ) 18 17 19 18 20 \\ \\ … … 168 170 That's why I suspect that the updated Django rendering code in v4.0 is the cause of the problem. 169 171 172 \\ 173 174 Lastly, also tried changing the template engine from django-template to Jinja to see if template engine is the cause of the issue, but still problem remains. 175 176 177