Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Releases: ambitioninc/django-entity

0.3.5

18 Apr 14:12
Compare
Choose a tag to compare

Updated versioning information for PyPI

0.3.4

18 Apr 14:10
Compare
Choose a tag to compare

Added EntityRelationship as an available model for the Entity API

0.3.3

15 Mar 02:47
Compare
Choose a tag to compare

The is_type filter returns True if there are no arguments

0.3.2

14 Mar 20:38
Compare
Choose a tag to compare

Renamed the cached_relationships function to cache_relationships

0.3.1

14 Mar 18:59
Compare
Choose a tag to compare

Updated API to change intersect_super_entities to has_super_entity_subset

0.3

14 Mar 14:31
Compare
Choose a tag to compare
0.3

Added additional filtering capabilities on django entity

0.2.3 - Added jsonfield as a requirement

27 Feb 03:23
Compare
Choose a tag to compare

jsonfield was added as a requirement for django entity for proper installation

0.2.2 - Turn on and off syncing entities

27 Feb 02:52
Compare
Choose a tag to compare

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

26 Feb 18:38
Compare
Choose a tag to compare

Added migrations to the project and to the setup file

0.2 - Bug fixes for signals

26 Feb 18:03
Compare
Choose a tag to compare

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