summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/tests.py
AgeCommit message (Expand)Author
2022-02-08[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...Mariusz Felisiak
2022-02-08[4.0.x] Refs #33476 -- Reformatted code with Black.django-bot
2021-09-01Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage
2021-09-01Refs #32309 -- Added test for excluding hidden directories in startproject co...sage
2021-08-31Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja
2021-08-31Refs #25264 -- Added test for command --help output with default options and ...Jan Szoja
2021-05-25Refs #32379 -- Added USE_TZ settings to AdminScriptTestCase.write_settings().Mariusz Felisiak
2021-05-14Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.Rohith PR
2021-01-18Fixed #32296 -- Added --skip-checks option to runserver command.Hasan Ramezani
2021-01-14Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.Mariusz Felisiak
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-11-10Fixed #32177 -- Made execute_from_command_line() use program name from the ar...William Schwartz
2020-09-22Corrected docstring quotes in various code.Mariusz Felisiak
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-14Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne
2020-04-27Removed unnecessary capturing/hiding of stdout/stderr in various tests.François Freitag
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2019-12-06Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne
2019-12-06Refs #23433 -- Removed script argument from AdminScriptTestCase.run_test().Jon Dufresne
2019-12-06Removed unnecessary __init__.py creation in admin_scripts.tests.Jon Dufresne
2019-10-18Fixed typo in tests/admin_scripts/tests.py.Daniel Musketa
2019-10-15Fixed #30872 -- Improved unknown command message when settings are manually c...Carlton Gibson
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-04-26Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...Aarni Koskela
2019-04-25Fixed #30393 -- Added validation of startapp's directory option.oliver
2019-03-30Made startapp/project's overlaying error message use 'app' or 'project'.oliver
2019-02-26Refs #30057 -- Added more diffsettings tests.orlnub123
2019-02-14Fixed admin_scripts test failures on macOS.Carlton Gibson
2019-02-06Refs #27804 -- Used subTest() in admin_scripts invalid name tests.Jon Dufresne
2019-02-05Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne
2019-02-05Replaced manual current directory management with subprocess's cwd argument.Jon Dufresne
2019-01-31Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
2019-01-27Refs #23919 -- Replaced codecs.open() with open().Jon Dufresne
2019-01-12Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.orlnub123
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani
2018-09-11Reused a duplicated class in admin_scripts tests.Tim Graham
2018-08-20Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATE...Rodrigo
2018-08-20Fixed #29236 -- Fixed diffsettings crash if using settings.configure().Hasan Ramezani
2018-05-26Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_...Tim Graham
2018-04-17Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...Jon Dufresne
2018-04-11Fixed #29301 -- Made management command --help display command-specific argum...David Foster
2018-02-21Fixed #28398 -- Added suggestions for mistyped management commands.Tom Forbes
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
2017-12-20Moved unnecessary inner imports in admin_scripts tests.Tim Graham
2017-12-20Fixed #28941 -- Fixed crash in testserver command startup.Tim Graham
2017-12-07Fixed #28791 -- Allowed commands that don't require settings to work if the D...geekodour
2017-10-13Fixed #28708 -- Added constants to detect the Python version.Tim Graham
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham