summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2025-12-22[5.2.x] Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.Skyiesac
2025-04-30[5.2.x] Fixed #36357 -- Skipped unique_together in inspectdb output for compo...Baptiste Mispelon
2025-03-21[5.2.x] Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable ...Johanan Oppong Amoateng
2025-03-17[5.2.x] Fixed #36252 -- Handled duplicate automatic imports in the shell comm...hesham942
2025-03-07[5.2.x] Fixed #36224 -- Fixed shell imports when settings not configured.Sarah Boyce
2025-02-13[5.2.x] Fixed #36158 -- Refactored shell command to improve auto-imported obj...Natalia
2025-02-10[5.2.x] Refs #35515 -- Fixed shell command verbose output when auto-importing...Natalia
2025-02-10[5.2.x] Refs #35515 -- Refactored internal `get_and_report_namespace` in the ...Natalia
2025-01-23[5.2.x] Fixed #36010 -- Avoided touching mo files while checking writability.Claude Paroz
2025-01-13Refs #35844 -- Removed unnecessary ArgumentParser.add_argument_group()'s pref...Mariusz Felisiak
2025-01-09Fixed #35515 -- Added automatic model imports to shell management command.Salvo Polizzi
2025-01-04Fixed #36056 -- Made OutputWrapper a virtual subclass of TextIOBase.Adam Johnson
2025-01-03Fixed #36052 -- Supported CompositePrimaryKey in inspectdb.Jacob Walls
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-12-09Fixed #35973 -- Improved makemessages locale validation to handle numeric reg...Juan Pablo Mallarino
2024-12-09Fixed #35935 -- Colorized system checks when running sqlmigrate.Jacob Walls
2024-11-29Fixed #35308 -- Handled OSError when launching code formatters.Jacob Walls
2024-10-15Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...leondaz
2024-08-30Dropped safeguards against very old versions of gettext.Claude Paroz
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-23Updated the --traceback option help text.Peter Bittner
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2024-04-26Made confirmation prompt in squashmigrations consistent with other prompts.Cole D
2024-03-09Moved --failfast to DiscoverRunner.Adam Johnson
2024-03-01Made runserver close database connections from migration checks.Florian Apolloner
2024-02-13Fixed #35122 -- Made migrate --prune option respect --app_label.Moein Bbp
2024-01-31Fixed #35159 -- Fixed dumpdata crash when base querysets use prefetch_related().Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2024-01-16Improved --list-tags help text for check management command.David Sanders
2023-11-13Fixed #34952 -- Copied dir list when processing locale folders to avoid missi...Andrew Cordery
2023-11-09Fixed #34457 -- Restored output for makemigrations --check.Adam Johnson
2023-09-22Fixed #34848 -- Ignored i18n_catalog.js file when building Django's translati...Natalia
2023-09-03Refs #34768 -- Ignored lack of just_fix_windows_console() for colorama < 0.4.6.Mariusz Felisiak
2023-09-01Fixed #34778 -- Avoided importing modules in startapp/startproject.Jacob Walls
2023-09-01Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.Sulabh Katila
2023-07-27Simplified call_command() calls.Nick Pope
2023-05-22Fixed #34587 -- Allowed customizing table name normalization in inspectdb com...Andrii Kohut
2023-05-17Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak
2023-05-04Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...Jan Pieter Waagmeester
2023-04-13Fixed typo in ManagementUtility.autocomplete()'s docstring.Vitor [Bux]baum
2023-02-10Fixed #32813 -- Made runserver display port after binding.Dhanush
2023-02-03Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul