-
Notifications
You must be signed in to change notification settings - Fork 474
Open
Description
Hello!
We wanted django-activity-stream to handle some models from third-party apps, but since it's third-party, we can't modify its apps.py/__init__.py to register them.
Older version of the docs said "You normally call register right after your model is defined (models.py) but you can call it anytime before you need to generate actions or activity streams", but that was removed in the current version, so I wonder if it still applies.
(We could create a wrapper over that third-party model and register this wrapper, but working with the model itself would be more convenient.)
Metadata
Metadata
Assignees
Labels
No labels