@@ -35,6 +35,12 @@ An object allowing a User to be notified of any change on a resource or a contai
For convenience, when you create a subscription on an object, DjangoLDP-Notification will parse the object for any one-to-many nested field relations. It will then create nested-subscriptions, i.e. a subscription on the nested field which sends an update to the same inbox, passing the parent model. If this behaviour is undesired you can delete the `Subscription` instance
You can automatically create required subscriptions based on your settings.py with this management command:
```bash
./manage.py create_subscriptions
```
# Middlewares
There is a `CurrentUserMiddleware` that catches the connected user of the last performed HTTP request and adds