Skip to content

Commit

Permalink
Fixing improper syntax to my previous PR (#92)
Browse files Browse the repository at this point in the history
* Fixing improper syntax to my previous PR, sorry!
* Also adding a line about referencing the backends docs.

Co-authored-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
shivan-s and nijel committed Oct 14, 2021
1 parent b89c11e commit 620f6a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/configuration/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ or Django won't pick them when trying to authenticate the user.
Don't miss ``django.contrib.auth.backends.ModelBackend`` if using ``django.contrib.auth``
application or users won't be able to login by username / password method.

Also, note that `'social_core.backends.google.GoogleOpenId'` has been deprecated.
Also, note that ``social_core.backends.google.GoogleOpenId`` has been deprecated.

For more documentation about setting backends to specific social applications, please see the :doc:`/backends/index`.


URLs entries
Expand Down

0 comments on commit 620f6a0

Please sign in to comment.