Skip to content

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.

text = models.CharField(max_length=50)


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