Page MenuHomeSoftware Heritage

Add support for Django 3
ClosedPublic

Authored by vlorentz on Sep 30 2021, 5:33 PM.

Details

Diff Detail

Repository
rDDEP Push deposit
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D6381 (id=23218)

Rebasing onto f87539ca37...

Current branch diff-target is up to date.
Changes applied before test
commit d1b840de268f45974b9ac6f6006d4535850d4e25
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Sep 30 17:32:09 2021 +0200

    Add support for Django 3

See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/676/ for more details.

Ok

I'm assuming it's just to demonstrate we could migrate to django3 right?
Not a "let's migrate to django3"?

I'd be fine with it but i don't see the debian package in buster...

Yes, that's correct

I originally made this diff just to have the option to use Django 3 in dev machines, because it fixes a compatibility issue with the latest psycopg2 releases

And aside from the tox.ini/requirements.txt change, this diff actually replaces hacks with better code, so it's a win-win

This revision is now accepted and ready to land.Oct 4 2021, 1:10 PM
This revision was automatically updated to reflect the committed changes.