Skip to content

Commit

Permalink
Fix bug 1010499: Update playdoh-lib for Django 1.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed May 19, 2014
1 parent 7d80edb commit 4be03ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor
Submodule vendor updated 53 files
+3 −3 lib/python/Django-1.5.8-py2.6.egg-info/PKG-INFO
+4 −7 lib/python/Django-1.5.8-py2.6.egg-info/SOURCES.txt
+0 −0 lib/python/Django-1.5.8-py2.6.egg-info/dependency_links.txt
+0 −0 lib/python/Django-1.5.8-py2.6.egg-info/installed-files.txt
+0 −0 lib/python/Django-1.5.8-py2.6.egg-info/top_level.txt
+1 −1 lib/python/django/__init__.py
+8 −4 lib/python/django/contrib/auth/tests/views.py
+0 −2 lib/python/django/core/handlers/base.py
+4 −0 lib/python/django/core/urlresolvers.py
+1 −2 lib/python/django/http/__init__.py
+0 −55 lib/python/django/http/utils.py
+12 −0 lib/python/django/utils/http.py
+66 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/PKG-INFO
+67 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/SOURCES.txt
+1 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/dependency_links.txt
+86 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/installed-files.txt
+1 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/not-zip-safe
+2 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/requires.txt
+2 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/top_level.txt
+8 −2 lib/python/django_browserid/__init__.py
+51 −0 lib/python/django_browserid/admin.py
+44 −19 lib/python/django_browserid/auth.py
+199 −146 lib/python/django_browserid/base.py
+29 −0 lib/python/django_browserid/compat.py
+0 −23 lib/python/django_browserid/context_processors.py
+0 −33 lib/python/django_browserid/forms.py
+41 −60 lib/python/django_browserid/helpers.py
+23 −0 lib/python/django_browserid/http.py
+1 −1 lib/python/django_browserid/signals.py
+126 −0 lib/python/django_browserid/static/browserid/api.js
+47 −113 lib/python/django_browserid/static/browserid/browserid.js
+6 −0 lib/python/django_browserid/static/browserid/jquery-1.10.2.min.js
+86 −0 lib/python/django_browserid/templates/browserid/admin_login.html
+6 −0 lib/python/django_browserid/templates/browserid/button.html
+1 −8 lib/python/django_browserid/templates/browserid/info.html
+7 −5 lib/python/django_browserid/templatetags/browserid.py
+30 −48 lib/python/django_browserid/tests/__init__.py
+2 −0 lib/python/django_browserid/tests/settings.py
+53 −0 lib/python/django_browserid/tests/test_admin.py
+47 −28 lib/python/django_browserid/tests/test_auth.py
+346 −131 lib/python/django_browserid/tests/test_base.py
+0 −15 lib/python/django_browserid/tests/test_forms.py
+165 −128 lib/python/django_browserid/tests/test_helpers.py
+20 −0 lib/python/django_browserid/tests/test_http.py
+9 −7 lib/python/django_browserid/tests/test_urls.py
+40 −24 lib/python/django_browserid/tests/test_util.py
+0 −116 lib/python/django_browserid/tests/test_verification.py
+138 −154 lib/python/django_browserid/tests/test_views.py
+2 −2 lib/python/django_browserid/tests/urls.py
+13 −15 lib/python/django_browserid/urls.py
+10 −22 lib/python/django_browserid/util.py
+73 −97 lib/python/django_browserid/views.py
+0 −577 lib/python/six.py

0 comments on commit 4be03ab

Please sign in to comment.