diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 13:49:08 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-09-17 15:17:05 -0300 |
| commit | 00a84fc6f3bb8cca15113e4d41e710123d182b4a (patch) | |
| tree | 09d8a81acf0c768be984e92de5f3f1206630a266 /docs/howto/custom-shell.txt | |
| parent | 1db79d8acf20c38aaf52e8e7c57f43c0e6501bb9 (diff) | |
Removed versionadded/changed annotations for 5.2.
Diffstat (limited to 'docs/howto/custom-shell.txt')
| -rw-r--r-- | docs/howto/custom-shell.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/howto/custom-shell.txt b/docs/howto/custom-shell.txt index f80ab8f20a..28a75e06f6 100644 --- a/docs/howto/custom-shell.txt +++ b/docs/howto/custom-shell.txt @@ -17,8 +17,6 @@ existing ``shell`` management command. For more details, refer to the guide on Customize automatic imports =========================== -.. versionadded:: 5.2 - To customize the automatic import behavior of the :djadmin:`shell` management command, override the ``get_auto_imports()`` method. This method should return a sequence of import paths for objects or modules available in the application. |
