File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ paths aren't valid anymore. Some solutions to this problem are:
134134 if session_dict['_auth_user_backend'].startswith('social_auth'):
135135 session_dict['_auth_user_backend'] = BACKENDS[session_dict['_auth_user_backend']]
136136 new_sess = Session.objects.save(sess.session_key, session_dict, sess.expire_date)
137- print 'New session saved {}'.format(new_sess.pk)
137+ print( 'New session saved {}'.format(new_sess.pk) )
138138
139139
140140.. _django-social-auth : https://github.com/omab/django-social-auth
Original file line number Diff line number Diff line change @@ -38,10 +38,8 @@ components are:
3838Dependencies
3939------------
4040
41- Dependencies are properly defined in the requirements files; the
42- ``setup.py `` script will determine the environment where it's
43- installed and sort between Python 2 or Python 3 packages if
44- needed. There are some ``extras `` defined to install the corresponding
41+ Dependencies are properly defined in the requirements files.
42+ There are some ``extras `` defined to install the corresponding
4543dependencies since they are required to build extensions that, unless
4644used, are undesired.
4745
You can’t perform that action at this time.
0 commit comments