django-eav2/eav
serbanPricop 2fddeab56f feat(eav): add bulk save functionality to Entity model
- Add `commit` parameter to `save` method
- Implement `save_bulk` method for preparing bulk EAV Value objects
- Modify `save` method to support bulk creation when `commit=False`
- Update attribute value handling in `save` method
2024-10-14 18:13:33 +03:00
..
locale add id translations 2023-06-29 17:14:00 +08:00
logic refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
migrations chore(migrations): update defaults and meta options for Attribute and Value models 2024-09-01 14:57:47 -07:00
models feat(eav): add bulk save functionality to Entity model 2024-10-14 18:13:33 +03:00
__init__.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
admin.py fix(eav): update ClassVar type hint for Python 3.8 compatibility 2024-09-01 14:57:47 -07:00
decorators.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
exceptions.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
fields.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
forms.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
managers.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
queryset.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
registry.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
settings.py chore: remove support for Django < 3.2 and Python < 3.8 2024-03-06 10:05:42 -08:00
validators.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00
widgets.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00