-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Deprecation warnings on Ember 2.8 #250
Comments
I will fix that today .. thanks for letting me know ( it is also deprecated in ember 2.8 ) |
mdentremont
changed the title
Deprecation warnings on Django 1.10
Deprecation warnings on Ember 2.8
Sep 19, 2016
@danielspaniel Haha my bad - too much context switching :P |
@danielspaniel Feel free to use #251 if you're happy with it |
Appreciate the pull request .. I put comment there about just replacing contains to includes with no conditional logic |
Thanks @danielspaniel ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like Django 1.10 has introduced an
includes
method to the array class, and deprecated thecontains
method.There are a couple usages of
contains
in the test helpers which are leading to some deprecation warnings on the new version.The text was updated successfully, but these errors were encountered: