-
Notifications
You must be signed in to change notification settings - Fork 24
Add django110 to the tests #160
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
Conversation
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.
LGTM barring nitpick
fields = get_all_field_names(self.model) | ||
|
||
expected = wipe_id_fields_on_django_lt_17(( | ||
expected = ( |
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.
As Django 1.7 is no longer supported, it might be worth completely removing the wipe_id_fields_on_django_lt_17
helper method.
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.
👍
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.
It is part of incuna_test_utils. @kevinetienne removed it in incuna/incuna-test-utils@8d65296
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.
Oops, my bad! Getting my wires crossed there! Well investigated, thanks! :)
Nice one! Looks good, HWTI :) |
@incuna/backend
@Minglee01 Get your own back time