File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Pending
2020* Deprecated the ``OBSERVE_REQUEST_CALLBACK `` setting and added check
2121 ``debug_toolbar.W008 `` to warn when it is present in
2222 ``DEBUG_TOOLBAR_SETTINGS ``.
23+ * Add a note on the profiling panel about using Python 3.12 and later
24+ about needing ``--nothreading ``
2325
24264.3.0 (2024-02-01)
2527------------------
Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ Profiling information for the processing of the request.
123123This panel is included but inactive by default. You can activate it by default
124124with the ``DISABLE_PANELS `` configuration option.
125125
126+ For version of Python 3.12 and later you need to use
127+ ``python -m manage runserver --nothreading ``
128+ Concurrent requests don't work with the profiling panel.
129+
126130The panel will include all function calls made by your project if you're using
127131the setting ``settings.BASE_DIR `` to point to your project's root directory.
128132If a function is in a file within that directory and does not include
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ mousedown
3636mouseup
3737multi
3838neo
39+ nothreading
3940paddings
4041pre
4142profiler
@@ -47,6 +48,7 @@ pyupgrade
4748querysets
4849refactoring
4950resizing
51+ runserver
5052spellchecking
5153spooler
5254stacktrace
You can’t perform that action at this time.
0 commit comments