django-eav2/eav
2026-05-22 16:26:04 -07:00
..
locale add id translations 2023-06-29 17:14:00 +08:00
logic refactor: move non-circular deferred imports to top-level, noqa circular ones 2026-05-22 16:26:04 -07:00
migrations fix: replace deprecated check kwarg with condition in CheckConstraint 2026-05-22 15:48:27 -07:00
models fix: replace Optional[X] type hints with X | None (UP045) 2026-05-22 16:26:04 -07:00
__init__.py refactor: move non-circular deferred imports to top-level, noqa circular ones 2026-05-22 16:26:04 -07:00
admin.py refactor: move Sequence import to type-checking block 2025-02-13 09:09:40 -08:00
decorators.py refactor: move non-circular deferred imports to top-level, noqa circular ones 2026-05-22 16:26:04 -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 fix(lint): fix en dash lint errors 2026-05-22 16:02:14 -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: move non-circular deferred imports to top-level, noqa circular ones 2026-05-22 16:26:04 -07:00
widgets.py refactor: apply ruff linter rules and standardize code style 2024-09-01 14:57:47 -07:00