Skip to content
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

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Surgo
Copy link

@Surgo Surgo commented Jan 17, 2019

TODO

@@ -639,10 +639,10 @@ def get_key(self, *args, **kwargs):
value = field_dict[field.attname]
if isinstance(value, models.Model):
# 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.

@@ -975,7 +975,7 @@ class RelatedModelInvalidationCache(object):
""" Mixin class used in RelatedInstanceCache, RelatedQuerysetCache
"""
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