summaryrefslogtreecommitdiff
path: root/docs/howto/custom-shell.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/custom-shell.txt')
-rw-r--r--docs/howto/custom-shell.txt2
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.