Skip to content

[WIP] Run multiple Django and Python version's tests on Travis-CI#1

Open
Surgo wants to merge 6 commits intoHackerEarth:masterfrom
uncovertruth:master
Open

[WIP] Run multiple Django and Python version's tests on Travis-CI#1
Surgo wants to merge 6 commits intoHackerEarth:masterfrom
uncovertruth:master

Conversation

@Surgo
Copy link

@Surgo Surgo commented Jan 17, 2019

TODO

# get the pk value on instance
if field.rel:
rel_model = field.rel.to
if field.remote_field:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"""
def _get_invalidation_models(self):
return [self.model] + self.rel_models.keys()
return [self.model] + list(self.rel_models)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -9,12 +9,12 @@ class ModelA(models.Model):
class ModelB(models.Model):
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flash.tests module does not required in flashpackage.
So its removed from package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant