A major patch has been merged into test. User authentication is now fully implemented and tested! Keep an eye out for the abstract class AbstractLoginRequiredView, and the decorator ajax_endpoint_login_required(), which you should use to make auth-aware views and ajax endpoints. I'll document those shortly.
We also have some changes to visual layout, as well as to models (a new data fixture has been included in the patch).
master has been brought up to date with these changes.
Please pull and merge this into your working branches, and base any new development off the up-to-date test branch!
Hi guys,
A major patch has been merged into
test
. User authentication is now fully implemented and tested! Keep an eye out for the abstract classAbstractLoginRequiredView
, and the decoratorajax_endpoint_login_required()
, which you should use to make auth-aware views and ajax endpoints. I'll document those shortly.We also have some changes to visual layout, as well as to models (a new data fixture has been included in the patch).
master
has been brought up to date with these changes.Please pull and merge this into your working branches, and base any new development off the up-to-date
test
branch!Happy coding, e