django-cachalot/cachalot/__init__.py
Andrew-Chen-Wang 6feafb178c v2.2.2
* Dropped Python 2.7 and Django 1.11 support
* Added support for the subqueries issue
2020-06-25 15:33:17 -04:00

4 lines
115 B
Python

VERSION = (2, 2, 2)
__version__ = '.'.join(map(str, VERSION))
default_app_config = 'cachalot.apps.CachalotConfig'