-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
middleware.py: Django 1.10 fix #2
base: master
Are you sure you want to change the base?
Conversation
@@ -2,6 +2,11 @@ | |||
from online_status.conf import online_status_settings as config | |||
from online_status.status import refresh_user, refresh_users_list, OnlineStatus | |||
|
|||
try: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change can't fix anything, because MiddlewareMixin is not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes thanks I have added it now
Please add 1.10 into tox.ini and travis.yml to test your changes. |
Swap legacy render_to_response with render
Fix order of render args
Typo
Missing request arg
Missing comma
Added tests and fixed a render shortcut issue |
Could you please squash last commits? |
No description provided.