django-mellon/mellon
Benjamin Dauvergne da384ec770 Add migrations for south 2015-06-05 21:46:36 +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
south_migrations Add migrations for south 2015-06-05 21:46:36 +02:00
static/mellon first commit 2014-04-30 14:34:39 +02:00
templates/mellon authentication_failed.html: show the StatusMessage to the user if there is one 2015-06-01 02:44:21 +02:00
__init__.py Set version only from git tags 2015-03-09 13:01:43 +01:00
adapters.py adapters: fix DefaultAdapter.get_idp(), idp['ENTITY_ID'] is a string not a list 2015-05-18 16:35:48 +02:00
admin.py first commit 2014-04-30 14:34:39 +02:00
app_settings.py app_settings,views: make the default assertion consumer binding customizable, and restore POST as the default 2015-05-29 11:53:30 +02: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
urls.py urls: fix error in pattern, includable patterns must not start with a ^ 2015-02-04 12:13:02 +01:00
utils.py app_settings,views: make the default assertion consumer binding customizable, and restore POST as the default 2015-05-29 11:53:30 +02:00
views.py add support for artifact GET protocol binding (#7267) 2015-05-18 18:09:15 +02:00