Skip to content

Commit

Permalink
Merge 8f43589 into 75c3958
Browse files Browse the repository at this point in the history
  • Loading branch information
datencoach committed Dec 10, 2019
2 parents 75c3958 + 8f43589 commit db74217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/04-plugins.rst
Expand Up @@ -22,7 +22,7 @@ In the ``models.py`` of ``polls_cms_integration`` add the following:
class PollPluginModel(CMSPlugin):
poll = models.ForeignKey(Poll)
poll = models.ForeignKey(Poll, on_delete=models.CASCADE)
def __str__(self):
return self.poll.question
Expand Down

0 comments on commit db74217

Please sign in to comment.