From 1c458250fdcbb85f0ec34832ad2f822e5963bb39 Mon Sep 17 00:00:00 2001 From: Rohan Roy Date: Thu, 10 May 2018 00:02:33 +0530 Subject: [PATCH] [Fix] Remove the typo from the Activity class --- stream_django/activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream_django/activity.py b/stream_django/activity.py index dfea705..9499ed8 100644 --- a/stream_django/activity.py +++ b/stream_django/activity.py @@ -53,7 +53,7 @@ def activity_related_models(cls): def extra_activity_data(self): ''' Use this hook to store extra data in activities. - If you need to store references to model instances you should use create_model_refeactivity_rence + If you need to store references to model instances you should use create_model_reference eg: @property