Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

TGoddessana
Copy link
Contributor

@TGoddessana TGoddessana commented Apr 4, 2024

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 tomchristie merged commit 9864c47 into encode:master Apr 8, 2024
9 checks passed
@tomchristie
Copy link
Member

Thanks. ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The live example API website is broken
2 participants