index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
shell
Age
Commit message (
Expand
)
Author
2025-07-18
Refs #35680 -- Sorted shell default autoimports to prevent isort mismatches.
nessita
2025-07-17
Fixed #35680 -- Added automatic imports of common utilies to shell management...
Salvo Polizzi
2025-03-17
Fixed #36252 -- Handled duplicate automatic imports in the shell command.
hesham942
2025-03-07
Fixed #36224 -- Fixed shell imports when settings not configured.
Sarah Boyce
2025-02-13
Fixed #36158 -- Refactored shell command to improve auto-imported objects rep...
Natalia
2025-02-10
Refs #35515 -- Fixed shell command verbose output when auto-importing 0 or 1 ...
Natalia
2025-02-10
Refs #35515 -- Refactored internal `get_and_report_namespace` in the shell co...
Natalia
2025-01-09
Fixed #35515 -- Added automatic model imports to shell management command.
Salvo Polizzi
2024-06-27
Fixed #35517, Refs #35515 -- Improved test coverage of shell command.
Salvo Polizzi
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2020-11-11
Fixed #32183 -- Fixed shell crash when passing code with nested scopes.
William Schwartz
2020-11-11
Refs #25680 -- Added shell tests for globals available in passed commands.
Mariusz Felisiak
2018-05-07
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-12
Fixed #27721 -- Added interface name to shell's IPython/bython import error.
Peter Inglesby
2016-12-21
Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.
jpic
2016-01-06
Fixed #25680 -- Added django-admin shell --command option.
Niels Van Och