## What component is this about ? django's sqlite database backend ## What is your ARA installation like ? python3 virtualenv on el7 with default settings: offline api client and sqlite database backend ## What is happening ? Before attempting sqlite migrations, django fails with the following error: ``` 'ERROR! Unexpected Exception, this is probably a bug: SQLite 3.8.3 or later is required (found 3.7.17).' ``` ## What should be happening ? It would be nice for the default use case to work on el7. I haven't yet investigated this issue.