django-mellon/mellon
Benjamin Dauvergne 78762accf7 middleware: handle process_view (#9131)
In process_request request.resolver_match is not yet defined.
2015-11-27 12:00:24 +01:00
..
locale/fr/LC_MESSAGES Revert "views: add an iframe mode to the login view" 2015-09-25 15:38:13 +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 Revert "views: add an iframe mode to the login view" 2015-09-25 15:38:13 +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 add PassiveAuthenticationMiddleware using a common domain cookie (fixes #8123) 2015-09-25 15:03:49 +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
middleware.py middleware: handle process_view (#9131) 2015-11-27 12:00:24 +01: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 Revert "views: add an iframe mode to the login view" 2015-09-25 15:38:13 +02:00