summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
AgeCommit message (Expand)Author
2026-02-26Refs #36936 - Adjusted tests to set PYTHON_COLORS environment variable.Pete Rosenblum
2026-01-26Fixed #36776 -- Clarified dev server runs in WSGI mode.jafarkhan83
2025-11-20Fixed #36321 -- Defaulted suggest_on_error=True in management commands.kihuni
2025-11-10Refs #36680 -- Avoided manipulating PATH in AdminScriptTestCase.Jacob Walls
2025-10-30Refs #36680 -- Fixed admin_scripts tests crash when black is not installed.Mariusz Felisiak
2025-10-28Fixed #36680 -- Parametrized formatter discovery in AdminScriptTestCase.Jacob Walls
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-05-13Refs #35591 -- Ensured isolated test environ for runserver warning.Carlton Gibson
2025-04-27Fixed #18296 -- Created missing custom target directory for startproject and ...Bruno Alla
2025-03-21Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANG...Johanan Oppong Amoateng
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-11-29Fixed #35308 -- Handled OSError when launching code formatters.Jacob Walls
2024-10-29Refs #35844 -- Expanded compatibility for expected error messages in command ...Tainara Palmeira
2024-10-25Refs #35844 -- Corrected expected error messages in commands tests on Python ...Tainara Palmeira
2024-08-23Fixed #35689 -- Handled custom labels in LabelCommand.missing_args_message.Giovanni Fabbretti
2024-08-12Refs #35591 -- Removed hardcoded "stable" version in runserver warning.Mariusz Felisiak
2024-08-09Fixed #35591 -- Added unsuitable for production console warning to runserver.Andrew Miller
2024-05-16Fixed typos in test docstrings.Mariusz Felisiak
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2024-02-20Refs #34900 -- Fixed CommandTypes.test_help_default_options_with_custom_argum...Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-09-01Fixed #34778 -- Avoided importing modules in startapp/startproject.Jacob Walls
2023-02-10Fixed #32813 -- Made runserver display port after binding.Dhanush
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2022-10-20Fixed #34085 -- Made management commands don't use black for non-Python files.Carlton Gibson
2022-10-04Fixed #34068 -- Corrected output of runserver command for "0" IP address.Dhanush
2022-02-11Refs #33476 -- Made management commands use black.Carlton Gibson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-25Fixed #32397 -- Made startapp/startproject management commands set User-Agent.Ad Timmering
2021-11-24Fixed #4282 -- Made startapp/startproject management commands honor umask.Ad Timmering
2021-09-27Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson
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-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
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