encode / django-rest-framework

Web APIs for Django. 🎸
https://www.django-rest-framework.org
Other
27.83k stars 6.76k forks source link

Cleanup #9393

Closed peterthomassen closed 2 months ago

peterthomassen commented 2 months ago

As discussed, this removes support for Django < 4.2 and Python < 3.8.

Further changes:

peterthomassen commented 2 months ago

This has gotten a little larger due to the last commit, but don't get scared, it's just whitespace changes ;-) Ready for review.

peterthomassen commented 1 month ago

@tomchristie It looks like the docs changes from this PR have not been deployed on https://www.django-rest-framework.org/. How is that kicked off?

tomchristie commented 1 month ago

Currently we push docs changes as part of releases.

AlvaroVega commented 1 week ago

As discussed, this removes support for Django < 4.2 and Python < 3.8.

Maybe this should be included in release notes?

peterthomassen commented 1 week ago

Yes, probably. Sorry about that omission. Would you be able to create a PR?

AlvaroVega commented 1 week ago

Yes, probably. Sorry about that omission. Would you be able to create a PR?

Sure: https://github.com/encode/django-rest-framework/pull/9451