django-eav2/eav
2025-06-03 12:11:52 +05:00
..
locale/ru/LC_MESSAGES Provide russian translation (#45) 2019-02-25 20:04:17 +01:00
migrations changed NullBoolean field to Boolean(null=True). 2024-06-27 16:58:00 +05:00
__init__.py Bump version to 0.13.0 2019-06-20 16:18:31 +00:00
admin.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
decorators.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
exceptions.py Validate against illegal assignments (#17) 2018-06-21 14:27:04 +02:00
fields.py changed imports ugetext_lazy to gettext_lazy to make it compatible with newer djangi version. 2024-06-24 15:55:02 +05:00
forms.py changed imports ugetext_lazy to gettext_lazy to make it compatible with newer djangi version. 2024-06-24 15:55:02 +05:00
managers.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
models.py Fix Value repr crash for missing entity 2025-06-03 12:11:52 +05:00
queryset.py Fix EavQuerySet.update method to handle all records in queryset 2020-09-13 15:44:56 +04:00
registry.py Add multiple optimization to reduce the load on database 2020-09-20 16:14:12 +04:00
validators.py changed imports ugetext_lazy to gettext_lazy to make it compatible with newer djangi version. 2024-06-24 15:55:02 +05:00