Releases: ambitioninc/django-entity
0.3.5
Updated versioning information for PyPI
0.3.4
Added EntityRelationship as an available model for the Entity API
0.3.3
The is_type filter returns True if there are no arguments
0.3.2
Renamed the cached_relationships function to cache_relationships
0.3.1
Updated API to change intersect_super_entities to has_super_entity_subset
0.3
Added additional filtering capabilities on django entity
0.2.3 - Added jsonfield as a requirement
jsonfield was added as a requirement for django entity for proper installation
0.2.2 - Turn on and off syncing entities
This release adds the ability to turn on and off entity syncing
It also allows the user to run the sync_entities management command with an async option. async=True will use celery to sync entities
0.2.1 - Added migrations
Added migrations to the project and to the setup file
0.2 - Bug fixes for signals
This release fixes a bug that was causing the signal handlers to be called multiple times. This bug was fixed by adding a dispatch_uid field to the signal receiver definitions