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
/
admin_scripts
Age
Commit message (
Expand
)
Author
2024-08-23
Fixed #35689 -- Handled custom labels in LabelCommand.missing_args_message.
Giovanni Fabbretti
2024-08-12
Refs #35591 -- Removed hardcoded "stable" version in runserver warning.
Mariusz Felisiak
2024-08-09
Fixed #35591 -- Added unsuitable for production console warning to runserver.
Andrew Miller
2024-05-16
Fixed typos in test docstrings.
Mariusz Felisiak
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
2024-02-20
Refs #34900 -- Fixed CommandTypes.test_help_default_options_with_custom_argum...
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-09-01
Fixed #34778 -- Avoided importing modules in startapp/startproject.
Jacob Walls
2023-02-10
Fixed #32813 -- Made runserver display port after binding.
Dhanush
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2022-10-20
Fixed #34085 -- Made management commands don't use black for non-Python files.
Carlton Gibson
2022-10-04
Fixed #34068 -- Corrected output of runserver command for "0" IP address.
Dhanush
2022-02-11
Refs #33476 -- Made management commands use black.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-25
Fixed #32397 -- Made startapp/startproject management commands set User-Agent.
Ad Timmering
2021-11-24
Fixed #4282 -- Made startapp/startproject management commands honor umask.
Ad Timmering
2021-09-27
Refs #32355 -- Modernized subprocess.run() calls.
Adam Johnson
2021-09-01
Fixed #32309 -- Added --exclude option to startapp/startproject management co...
sage
2021-09-01
Refs #32309 -- Added test for excluding hidden directories in startproject co...
sage
2021-08-31
Fixed #25264 -- Allowed suppressing base command options in --help output.
Jan Szoja
2021-08-31
Refs #25264 -- Added test for command --help output with default options and ...
Jan Szoja
2021-05-25
Refs #32379 -- Added USE_TZ settings to AdminScriptTestCase.write_settings().
Mariusz Felisiak
2021-05-14
Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.
Rohith PR
2021-01-18
Fixed #32296 -- Added --skip-checks option to runserver command.
Hasan Ramezani
2021-01-14
Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.
Mariusz Felisiak
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-11-10
Fixed #32177 -- Made execute_from_command_line() use program name from the ar...
William Schwartz
2020-09-22
Corrected docstring quotes in various code.
Mariusz Felisiak
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-14
Fixed #31575 -- Added system check for admin sidebar request context processo...
Jon Dufresne
2020-04-27
Removed unnecessary capturing/hiding of stdout/stderr in various tests.
François Freitag
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2019-12-10
Refs #23433 -- Fixed test_django_admin_py.DeprecationTest tests failures on W...
Mariusz Felisiak
2019-12-06
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
Jon Dufresne
2019-12-06
Refs #23433 -- Removed script argument from AdminScriptTestCase.run_test().
Jon Dufresne
2019-12-06
Removed unnecessary __init__.py creation in admin_scripts.tests.
Jon Dufresne
2019-10-18
Fixed typo in tests/admin_scripts/tests.py.
Daniel Musketa
2019-10-15
Fixed #30872 -- Improved unknown command message when settings are manually c...
Carlton Gibson
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-04-26
Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...
Aarni Koskela
2019-04-25
Fixed #30393 -- Added validation of startapp's directory option.
oliver
2019-03-30
Made startapp/project's overlaying error message use 'app' or 'project'.
oliver
2019-02-26
Refs #30057 -- Added more diffsettings tests.
orlnub123
2019-02-14
Fixed admin_scripts test failures on macOS.
Carlton Gibson
2019-02-06
Refs #27804 -- Used subTest() in admin_scripts invalid name tests.
Jon Dufresne
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-02-05
Replaced manual current directory management with subprocess's cwd argument.
Jon Dufresne
[next]