Django-entity-subscription

Latest version: v0.4.1

Safety actively analyzes 613705 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.0

Update subscriptions to use the latest version of djano-entity. This includes a switch from relying on `entity_type` to using `EntityKind` references.

0.2.1

Fixed a bug where `filter_not_subscribed` was adding entities that were subscribed, but not passed in as arguments to the resulting list of entities.

0.2.0

A more complete subscription querying API. Now, you can pass in a list of entities, and get back only those who are subscribed to a given medium and source by using the method:

python
subscribed_entities = Subscription.objects.filter_not_subscribed(
source=my_source, medium=my_medium, entities=possibly_subscribed_entities
)

0.1.2

South migrations now correctly depend on `entity` migrations having been run.

0.1.1

Added south migrations.

0.1

First public release. A modeling of entity-based subscription management.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.