NewsBlur/apps/profile
2020-07-03 02:20:42 -04:00
..
management Update management commands to assist with development 2020-07-03 02:11:02 -04:00
migrations fix integrity error issues in profile models 2020-06-20 04:31:48 -04:00
__init__.py
forms.py Fix widget rendering bug introduced by removal of forms.RadioSelect.renderer 2020-06-13 00:46:11 -04:00
middleware.py Vendorizing new feedparser. 2020-07-01 18:38:37 -04:00
models.py Monkey patching get_user to remove the session authentication introduced in 1.7 and made required in 1.10. After a year we can remove this monkey patching as all users would have logged in by now, recycling their session. 2020-07-02 17:50:21 -04:00
tasks.py Adding stripe history reimport background task. 2019-07-16 12:00:10 -07:00
urls.py Fix url patterns usage to use a list of url() calls 2020-06-11 04:34:16 -04:00
views.py add backend argument to login_user functions because there are two backends 2020-07-03 02:20:42 -04:00