Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge commit 'de5097ca6a7f2b3ec55a98d1d803c2f8d4134e5b'
Browse files Browse the repository at this point in the history
  • Loading branch information
tallowen committed Jan 27, 2012
2 parents f19ec3c + de5097c commit ac36138
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "src/django"]
path = src/django
url = git://github.com/django/django
[submodule "src/django-browserid"]
path = src/django-browserid
url = git://github.com/mozilla/django-browserid.git
[submodule "src/django-sha2"]
path = src/django-sha2
url = git://github.com/fwenzel/django-sha2.git
Expand Down Expand Up @@ -67,3 +64,6 @@
[submodule "src/pyes"]
path = src/pyes
url = git://github.com/aparo/pyes.git
[submodule "src/django-browserid"]
path = src/django-browserid
url = git://github.com/tallowen/django-browserid.git
2 changes: 1 addition & 1 deletion src/django-browserid
Submodule django-browserid updated 3 files
+55 −29 django_browserid/auth.py
+3 −1 django_browserid/urls.py
+78 −17 django_browserid/views.py
1 change: 1 addition & 0 deletions vendor.pth
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ src/test-utils
src/tower
src/elasticutils
src/pyes
src/django-browserid

0 comments on commit ac36138

Please sign in to comment.