| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| Thanks Tim Graham for the review. | |||
| 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 | |
| Thanks Adam Chainz for review and guidance. | |||
| 2016-01-06 | Fixed #25680 -- Added django-admin shell --command option. | Niels Van Och | |
| Add a -c option to the shell command to execute a command passed as a string as Django. | |||
