django-eav2/eav
Iwo Herka 1813cacf1b Simplify assignment to __version__
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/
2018-05-30 17:12:09 +02:00
..
migrations Backwards compatibility 2016-11-03 05:11:44 +09:00
__init__.py Simplify assignment to __version__ 2018-05-30 17:12:09 +02:00
admin.py Move license notice to root directory (#3) 2018-05-18 13:37:39 +02:00
decorators.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
fields.py Move license notice to root directory (#3) 2018-05-18 13:37:39 +02:00
forms.py Move license notice to root directory (#3) 2018-05-18 13:37:39 +02:00
managers.py Move license notice to root directory (#3) 2018-05-18 13:37:39 +02:00
models.py Move license notice to root directory (#3) 2018-05-18 13:37:39 +02:00
queryset.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
registry.py Move license notice to root directory (#3) 2018-05-18 13:37:39 +02:00
utils.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
validators.py Move license notice to root directory (#3) 2018-05-18 13:37:39 +02:00