the-paperless-project / paperless

Scan, index, and archive all of your paper documents
GNU General Public License v3.0
7.84k stars 501 forks source link

Upgrade to Django 2.2 LTS #702

Open jayme-github opened 3 years ago

jayme-github commented 3 years ago

Update paperless to the latest Django 2.2 (LTS) release. Django 2.0 is already EOL since April 2019.

I also dropped python 3.5 from the matrix (EOL September 2020) as it requires zipp 1.x and therefore extra rules in Pipenv to generate a working requirements.txt. If that's a problem let me know and I'll look into that.

Supersedes / Closes #671