-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Django 2.0 support #81
Comments
tony
added a commit
to develtech/django-robots
that referenced
this issue
Dec 7, 2017
This would break on 2.0, see jazzband#81
tony
added a commit
to develtech/django-robots
that referenced
this issue
Dec 7, 2017
see also: jazzband#79, jazzband#81
Merged
Wowwww, looks like I duplicated all the efforts. #85 Maintainers, how about some merge and/or release? |
@tony Please push 3.1 to PyPI. |
I don't have PyPI access. |
@jezdez Hi, Jannis, any chance you could push robots 3.1 to PyPI? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/develtech/django-robots/tree/django-2.0
Update tox 8f5b5f6
Update travis 8f5b5f6
Drop 1.10 and below? #82 Drop 1.10 and below? 86cf942
b85ae48 Django 2.0 warning importing from urlresolvers #79 urlresolvers update
Test fix: d6acbfd
Test fix: 6a5baf7
ab18b86 Inside tests: Using User.is_authenticated() and User.is_anonymous() as methods rather than properties is no longer supported. source:
It should be valid to use it as a property in Django 1.10+ source
The text was updated successfully, but these errors were encountered: