dabapps / django-log-request-id

Django middleware and log filter to attach a unique ID to every log message generated as part of a request
BSD 2-Clause "Simplified" License
371 stars 64 forks source link

drop support for django < 2, add test targets for django 2 #31

Closed bj00rn closed 5 years ago

bj00rn commented 5 years ago
RealOrangeOne commented 5 years ago

Support for versions < 2.0 can't be dropped until 1.11 goes EoL, which isn't until April 2020. We still want to maintain support for at least the current LTS versions.

bj00rn commented 5 years ago

@RealOrangeOne 👍 maybe branch off a django1 branch and do a major release?

RealOrangeOne commented 5 years ago

I'd rather we maintain support in the released version for all versions still supported by Django. It means those running 1.11 don't have to hunt for an unreleased version, or pin to a previous one.

I'd definitely welcome a PR which simply adds Django 2.2 as a test target, though! And removes test targets for versions which are EoL.

pzelnip commented 5 years ago

1.11 is still LTS, and until that changes many orgs won't be moving to 2.x.