aschn / drf-tracking

Utils to track requests to Django Rest Framework API views
http://drf-tracking.readthedocs.org/
ISC License
366 stars 95 forks source link

drf-tracking django 2 ready #120

Closed triat closed 5 years ago

triat commented 5 years ago

I saw more and more discussion about updating to django2 and none which was complete I think.

So I tried also to summarize changes that I saw in different other PR and I made one.

Here what was done:

This update might break old versions of DRF / Django / python but as they are not supported anymore, I took the right to keep only the one recommended right now.

I'm trying to cover #85 #115

aicioara commented 5 years ago

@avelis Are you planning a release with these changes?