Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-09 | Fix the get_user middleware stuff | Dan McGee | 1 | -35/+1 | |
First off, the copyright notice is from the other middleware previously removed, so all of that can go, along with some stragglers in the import list. Next, as stated on http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser, you need to be sure to have the import in the model class be the same as the import used in the middleware declaration, which was not true. Whoops. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-11-10 | removed RequireLoginMiddleware | Ismael Carnales | 1 | -19/+0 | |
2008-10-12 | separate copyrighted middleware from my additions | Dusty Phillips | 1 | -0/+2 | |
2008-10-06 | use an autouser middleware to set the creator of an object | Dusty Phillips | 1 | -0/+15 | |
2008-04-10 | Added/changed full site login middleware. | eliott | 1 | -0/+52 | |