Skip to content

Commit 6126fc3

Browse files
README update
1 parent 3c44f3b commit 6126fc3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
django-stream provides activity streams for Django applications.
44

55
It differs from
6-
[django-activity-stream](https://github.com/justquick/django-activity-stream) in that it does not use generic relations and does not provide a `Follow` object, but it can be used together with [django-follow](https://github.com/caffeinehit/django-follow).
6+
[django-activity-stream](https://github.com/justquick/django-activity-stream) in that it does not use generic relations and does not provide a `Follow` object, but it can be used together with [django-follow](https://github.com/caffeinehit/django-follow).
7+
8+
The motivation to not use generic relations is to cut down on SQL queries and make it nice and simple to do cross table joins.
9+
710

811
## Installation
912

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ in that it does not use generic relations and does not provide a
99
``Follow`` object, but it can be used together with
1010
`django-follow <https://github.com/caffeinehit/django-follow>`_.
1111

12+
The motivation to not use generic relations is to cut down on SQL
13+
queries and make it nice and simple to do cross table joins.
14+
1215
Installation
1316
------------
1417

0 commit comments

Comments
 (0)