django-mellon/mellon
Benjamin Dauvergne b1b0494ccc adapters: truncate attributes assigned to user fields (fixes #7907) 2015-07-22 16:22:59 +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: truncate attributes assigned to user fields (fixes #7907) 2015-07-22 16:22:59 +02:00
admin.py first commit 2014-04-30 14:34:39 +02:00
app_settings.py views: add a VERIFY_SSL_CERTIFICATE setting 2015-06-10 15:07:59 +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 use requests to retreive metadata (#7785) 2015-07-06 12:01:58 +02:00
views.py views: add missing exception for case of status is not success (fixes #7878) 2015-07-21 14:06:54 +02:00