encode / django-rest-framework

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

Removing live examples of tutorial code that are no longer hosted #9363

Closed TGoddessana closed 2 months ago

TGoddessana commented 3 months ago

Description

1. The tutorial code in the official documentation is no longer hosted in the sandbox, so I've removed that reference from the official documentation.

Closes #8887 Refs #9357

(before the change)

image

(after the change)

image

2. minor change, DRF now supports Django 5.0. I've updated the parts of the documentation where Django 4.0 is used to 5.0.

(before the change)

image

(after the change)

image

3. minor concern... The source code for the tutorial is currently using DRF 3.11. I think it would be nice to use a tool like dependabot to ensure that the code in the tutorial follows the latest version of DRF (even if there is very little difference in behavior between DRF 3.11 and 3.15).

image
tomchristie commented 2 months ago

Thanks. ☺️