django-eav2 icon indicating copy to clipboard operation
django-eav2 copied to clipboard

Django EAV 2 - EAV storage for modern Django

Results 23 django-eav2 issues
Sort by recently updated
recently updated
newest added

It would be great is something like https://github.com/jazzband/django-simple-history API was supported for properties, so that it would be possible to keep track over the property changes over time. Any ideas...

Provide a general summary of the issue in the title above. ## Detailed Description - Add support for Django 4.1 - Drop support for EOL Django 2.2

Provide a general summary of the issue in the title above. ## Detailed Description I want to use in frontend a filter form from EAV2 Attributes. So in backend all...

Added Simple Chinese translation, and making translation works well.

It would be great if there was a generic/basic DRF implementation provided here, perhaps as "contrib" if not core. It would be wise to avoid design it so that it...

Most of the problem with EAV structures is that they are not maintained properly. The concrete problem is the following situation: - project enters maturity - new features being added...

feature request
needs discussion

As of right now, only basic QuerySet methods are supported for EAV values, namely: `filter`, `exclude` and `get`. Therefore, something like: ``` Patient.objects.all().order_by('eav__date_of_admission') ``` will not work. It would be...

enhancement
new feature

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.56.1 to 6.56.2. Release notes Sourced from hypothesis's releases. Hypothesis for Python - version 6.56.2 This patch updates our vendored list of top-level domains, which is used...

dependencies
python