summaryrefslogtreecommitdiff
path: root/tests/shell
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2020-11-11Fixed #32183 -- Fixed shell crash when passing code with nested scopes.William Schwartz
2020-11-11Refs #25680 -- Added shell tests for globals available in passed commands.Mariusz Felisiak
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-12Fixed #27721 -- Added interface name to shell's IPython/bython import error.Peter Inglesby
2016-12-21Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.jpic
2016-01-06Fixed #25680 -- Added django-admin shell --command option.Niels Van Och