django-eav2/eav
pre-commit-ci[bot] 822f713d68
Some checks are pending
test / test-matrix (4.2, 3.10) (push) Waiting to run
test / test-matrix (4.2, 3.11) (push) Waiting to run
test / test-matrix (4.2, 3.12) (push) Waiting to run
test / test-matrix (4.2, 3.9) (push) Waiting to run
test / test-matrix (5.1, 3.10) (push) Waiting to run
test / test-matrix (5.1, 3.11) (push) Waiting to run
test / test-matrix (5.1, 3.12) (push) Waiting to run
test / test-matrix (5.1, 3.13) (push) Waiting to run
test / test-matrix (5.2, 3.10) (push) Waiting to run
test / test-matrix (5.2, 3.11) (push) Waiting to run
test / test-matrix (5.2, 3.12) (push) Waiting to run
test / test-matrix (5.2, 3.13) (push) Waiting to run
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-03-16 17:49:29 +00: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 feat(models): add database constraints to Value model 2025-02-24 18:26:28 -08:00
models [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-03-16 17:49:29 +00:00
__init__.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
admin.py refactor: move Sequence import to type-checking block 2025-02-13 09:09:40 -08: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 Fix for issue #648: Ensure choices are valid (value, label) tuples to avoid 'not enough values to unpack' error 2025-02-24 18:53:50 -08: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