lambda-packages icon indicating copy to clipboard operation
lambda-packages copied to clipboard

Django 2.2+ requires SQLite 3.8.3+

Open RevolutionTech opened this issue 6 years ago • 2 comments

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/

RevolutionTech avatar May 04 '19 18:05 RevolutionTech

See also #95 #96 #97

celeduc avatar May 07 '19 09:05 celeduc

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

RevolutionTech avatar Dec 29 '19 16:12 RevolutionTech