docs(python): update Django quick start guide - #18855
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
inventarSarah
force-pushed
the
smi/quick-start/python-django
branch
from
August 11, 2026 06:53
be5668f to
fc58e99
Compare
inventarSarah
marked this pull request as ready for review
August 11, 2026 06:54
inventarSarah
requested review from
alexander-alderman-webb,
ericapisani and
sentrivana
August 11, 2026 07:23
sentrivana
approved these changes
Aug 11, 2026
sentrivana
left a comment
Contributor
There was a problem hiding this comment.
Looking good! Left a few comments.
| <Alert> | ||
| ## Prerequisites | ||
|
|
||
| If you're using Python 3.7, Django applications with `channels` 2.0 will be correctly instrumented. Older versions of Python will require the installation of [aiocontextvars](https://pypi.org/project/aiocontextvars/). |
Contributor
There was a problem hiding this comment.
As far as I can see you've removed this completely -- it'd be good to keep around though. We still support 3.6+. (We're getting rid of it in the next major, but that will still take some months.)
Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
….mdx Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
inventarSarah
force-pushed
the
smi/quick-start/python-django
branch
from
August 13, 2026 07:23
2b3391e to
4142c52
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Updated the Django quick start guide to follow our quick start guide template.
SdkOptionfor a clean options listCloses: #18849
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
EXTRA RESOURCES