django-eav2/eav/models
Mike 512f179508 feat(attribute): add slug validation for Python identifier compliance
Implement custom validation for Attribute model's slug field to ensure it's a valid Python identifier. Add corresponding test case.
2024-08-31 20:58:49 -07:00
..
__init__.py refactor: split model modules 2023-11-30 13:05:20 -05:00
attribute.py feat(attribute): add slug validation for Python identifier compliance 2024-08-31 20:58:49 -07:00
entity.py Fix typos with codespell --ignore-words-list=unkown --skip="*.po" -w 2024-01-10 21:06:29 +01:00
enum_group.py fix: use typing.Tuple for annotations 2023-12-06 13:43:02 -05:00
enum_value.py fix: use typing.Tuple for annotations 2023-12-06 13:43:02 -05:00
value.py fix: use typing.Tuple for annotations 2023-12-06 17:53:36 -05:00