Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-openid-auth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-openid-auth
Commits
28e867dd
Commit
28e867dd
authored
Mar 13, 2013
by
Anthony Lenton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated copyright notices, and version for upcoming 0.5 release.
parent
612156e4
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
24 additions
and
24 deletions
+24
-24
django_openid_auth/__init__.py
+1
-1
django_openid_auth/admin.py
+1
-1
django_openid_auth/auth.py
+1
-1
django_openid_auth/exceptions.py
+1
-1
django_openid_auth/forms.py
+1
-1
django_openid_auth/management/__init__.py
+1
-1
django_openid_auth/management/commands/__init__.py
+1
-1
django_openid_auth/management/commands/openid_cleanup.py
+1
-1
django_openid_auth/models.py
+1
-1
django_openid_auth/signals.py
+1
-1
django_openid_auth/store.py
+1
-1
django_openid_auth/teams.py
+1
-1
django_openid_auth/tests/__init__.py
+1
-1
django_openid_auth/tests/test_admin.py
+1
-1
django_openid_auth/tests/test_auth.py
+1
-1
django_openid_auth/tests/test_store.py
+1
-1
django_openid_auth/tests/urls.py
+1
-1
django_openid_auth/urls.py
+1
-1
example_consumer/__init__.py
+1
-1
example_consumer/settings.py
+1
-1
example_consumer/urls.py
+1
-1
example_consumer/views.py
+1
-1
setup.py
+2
-2
No files found.
django_openid_auth/__init__.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/admin.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
# Copyright (C) 2010 Dave Walker
# Copyright (C) 2010 Dave Walker
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
...
...
django_openid_auth/auth.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/exceptions.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/forms.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/management/__init__.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2009-201
0
Canonical Ltd.
# Copyright (C) 2009-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/management/commands/__init__.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2009-201
0
Canonical Ltd.
# Copyright (C) 2009-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/management/commands/openid_cleanup.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2009-201
0
Canonical Ltd.
# Copyright (C) 2009-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/models.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/signals.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/store.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/teams.py
View file @
28e867dd
# Launchpad OpenID Teams Extension support for python-openid
# Launchpad OpenID Teams Extension support for python-openid
#
#
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/tests/__init__.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2009-201
0
Canonical Ltd.
# Copyright (C) 2009-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/tests/test_admin.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2009-201
2
Canonical Ltd.
# Copyright (C) 2009-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/tests/test_auth.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2010 Canonical Ltd.
# Copyright (C) 2010
-2013
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/tests/test_store.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2009-201
0
Canonical Ltd.
# Copyright (C) 2009-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/tests/urls.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2009-201
0
Canonical Ltd.
# Copyright (C) 2009-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
django_openid_auth/urls.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
example_consumer/__init__.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
example_consumer/settings.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
example_consumer/urls.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
example_consumer/views.py
View file @
28e867dd
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2007 Simon Willison
# Copyright (C) 2008-201
0
Canonical Ltd.
# Copyright (C) 2008-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
...
setup.py
View file @
28e867dd
#!/usr/bin/env python
#!/usr/bin/env python
# django-openid-auth - OpenID integration for django.contrib.auth
# django-openid-auth - OpenID integration for django.contrib.auth
#
#
# Copyright (C) 2009-201
0
Canonical Ltd.
# Copyright (C) 2009-201
3
Canonical Ltd.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# modification, are permitted provided that the following conditions
...
@@ -43,7 +43,7 @@ from distutils.core import setup
...
@@ -43,7 +43,7 @@ from distutils.core import setup
description
,
long_description
=
__doc__
.
split
(
'
\n\n
'
,
1
)
description
,
long_description
=
__doc__
.
split
(
'
\n\n
'
,
1
)
VERSION
=
'0.
4
'
VERSION
=
'0.
5
'
setup
(
setup
(
name
=
'django-openid-auth'
,
name
=
'django-openid-auth'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment