index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
custom-shell.txt
Age
Commit message (
Collapse
)
Author
2026-05-20
Removed versionadded/changed annotations for 6.0.
Sarah Boyce
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Removed trailing spaces and tabs in docs.
Natalia
2025-07-17
Fixed #35680 -- Added automatic imports of common utilies to shell ↵
Salvo Polizzi
management command.
2025-03-17
Fixed #36252 -- Handled duplicate automatic imports in the shell command.
hesham942
2025-02-13
Fixed #36158 -- Refactored shell command to improve auto-imported objects ↵
Natalia
reporting.
2025-02-10
Wrapped lines at 79 cols in docs/howto/custom-shell.txt.
Natalia
2025-01-30
Fixed #36159 -- Removed the empty import example in the custom shell docs.
Salvo Polizzi
This can be achieved with the --no-imports flag.
2025-01-09
Fixed #35515 -- Added automatic model imports to shell management command.
Salvo Polizzi
Thanks to Bhuvnesh Sharma and Adam Johnson for mentoring this Google Summer of Code 2024 project. Thanks to Sarah Boyce, David Smith, Jacob Walls and Natalia Bidart for reviews.