lambda-packages
lambda-packages copied to clipboard
Django 2.2+ requires SQLite 3.8.3+
The precompiled SQLite package 3.6.0 is incompatible with Django 2.2+. Django 2.2+ requires SQLite 3.8.3+.
Details in the Django release notes: https://docs.djangoproject.com/en/2.2/releases/2.2/
See also #95 #96 #97
For anyone blocked by this, @FlipperPA has forked s3sqlite from zappa-django-utils into django-s3-sqlite which is working on Django 2.2:
https://github.com/FlipperPA/django-s3-sqlite