django-mellon/mellon
Benjamin Dauvergne 86a1167b99 add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
..
locale/fr/LC_MESSAGES update french translation 2014-05-02 16:01:47 +02:00
migrations add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
static/mellon first commit 2014-04-30 14:34:39 +02:00
templates/mellon Fix include of base.html in mellon/base.html 2015-03-18 10:43:36 +01:00
__init__.py Set version only from git tags 2015-03-09 13:01:43 +01:00
adapters.py add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
admin.py first commit 2014-04-30 14:34:39 +02:00
app_settings.py Support encryption 2015-03-26 16:44:14 +01:00
backends.py backends: return None when authorization fails, return early if no user is found 2014-09-03 09:12:01 +02:00
models.py add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
tests.py Prepare for adding tests 2015-04-29 18:33:27 +02:00
urls.py urls: fix error in pattern, includable patterns must not start with a ^ 2015-02-04 12:13:02 +01:00
utils.py Support encryption 2015-03-26 16:44:14 +01:00
views.py login view refactored (#6801) 2015-03-24 09:40:25 +01:00