Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-11 | Remove action when submitting to same URL | Dan McGee | |
It looks like the `action="."` business was screwing up some browsers, notably lynx and links. We don't need it as the default is to submit to the same page anyway, so kill this gunk and see if it fixes a login CSRF issue. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-05 | Updates for CSRF protection in Django 1.2.X | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-05-17 | Updated form semantics for accessibility | Thayer Williams | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-09-16 | port profile_form to newforms | Dusty Phillips | |
2007-11-03 | Initial import for public release... | eliott | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |