Files
M Clark 6f2f3481f4 register self._state when using init_app
Brings `security.init_app(app)` inline with `security = Security(app)` by registering security._state upon security.init_app. 

Without this change `security.send_mail_task` will give an infinite recursion error.
2016-01-21 15:44:19 +08:00
..
2015-12-02 17:20:46 -05:00
2015-06-28 20:17:23 +02:00
2015-05-02 13:25:26 -04:00