Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Disable automatic tracking of Activity models. Default ```False```

### Temporarily disabling the signals

Model syncronization is disabled during schema/data migrations runs, syncdb and fixture loading (and during django test runs).
Model synchronization is disabled during schema/data migrations runs, syncdb and fixture loading (and during django test runs).
You can completely disable feed publishing via the ```STREAM_DISABLE_MODEL_TRACKING``` django setting.


Expand Down
2 changes: 1 addition & 1 deletion stream_django/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Activity(object):
def activity_author_feed(self):
'''
The name of the feed where the activity will be stored; this is normally
used by the manager class to determine if the activity should be stored elsewehere than
used by the manager class to determine if the activity should be stored elsewhere than
settings.USER_FEED
'''
pass
Expand Down