mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-04 23:50:26 +00:00
This commit removes `get_version` helper which is completely useless and not used anywhere else, i.e. from now on `__version__` is assigned directly. As a side-effect, this makes patch number always visible in the version number. This is correct behavior; there is no reason to hide it when it equals 0. Links: https://semver.org/ |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| decorators.py | ||
| fields.py | ||
| forms.py | ||
| managers.py | ||
| models.py | ||
| queryset.py | ||
| registry.py | ||
| utils.py | ||
| validators.py | ||