1
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for passing along extra OAuth2 parameters (closes #144) More... over 12 years ago
travis was not building, fixed More... over 12 years ago
Both the login and signup view now immediately redirect to the login redirect url in case the user was already authenticated. More... over 12 years ago
Fixing exclude parameter at email_address_exists, user could be a link to a UserProfile class, not necesarly having the same pk that his associated User. More... over 12 years ago
allow unicode for `import_attribute` More... over 12 years ago
Added support for closing down signups in a pluggable fashion, making it easy to hookup your own invitation handling mechanism. More... over 12 years ago
Added support for passing along extra parameters to the `FB.login` API call (`FB_LOGIN`). More... over 12 years ago
__name__ attribute error in app_settings on App Engine (closes #186) More... over 12 years ago
EmailAddress was not added in case e-mail verification was turned off, fixed (closes #185) More... over 12 years ago
Merge pull request #183 from flyingeek/french More... over 12 years ago
requirements.txt outdated (closes #184) More... over 12 years ago
use new "field label" context and many small improvements More... over 12 years ago
Merge commit 'afac4efe6ad4a5b9b5fee0d6168cf9f7da677927' into french More... over 12 years ago
Using pgettext for login field label (issue #183) More... over 12 years ago
better... stronger... More... over 12 years ago
context mistake for Password Reset translation More... over 12 years ago
french translation More... over 12 years ago
Released 0.9.0 More... over 12 years ago
Distinguish between a social signup or a regular signup (closes #181) More... over 12 years ago
django.utils.simplejson is deprecated More... over 12 years ago
django.conf.urls.defaults is deprecated; use django.conf.urls instead More... over 12 years ago
Merge pull request #180 from hirokinko/add_ci_settings More... over 12 years ago
Updating to new requests api (closes #179) More... over 12 years ago
Add CI settings. Added configuration for running unit tests by setup.py. Added configuration for travis-ci.org(.travis.yml). More... over 12 years ago
Added `email_removed` signal More... over 12 years ago
Populating of User model fields is now centralized in the adapter, splitting up `name` into `first_name` and `last_name` if these were not individually available. More... over 12 years ago
Added HighlightCam to showcase More... over 12 years ago
Merge pull request #175 from aladagemre/master More... over 12 years ago
Fixing typo: lambda request: return 'zh_CN' More... over 12 years ago
Merge pull request #174 from aladagemre/master More... over 12 years ago