summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2026-03-08Fixed #12529 -- Fixed migrate --run-syncdb crash for existing model with trun...Mariusz Felisiak
2026-02-09Added DatabaseFeatures.supports_inspectdb.Tim Graham
2026-01-26Fixed #36776 -- Clarified dev server runs in WSGI mode.jafarkhan83
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-12-22Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.Skyiesac
2025-11-20Fixed #36321 -- Defaulted suggest_on_error=True in management commands.kihuni
2025-11-17Fixed #24920 -- Added support for DecimalField with no precision.Mariusz Felisiak
2025-10-31Fixed #36661 -- Added introspection of database-level delete options.Mariusz Felisiak
2025-10-13Replaced multi-level relative imports with absolute imports in django/.lyova24
2025-08-12Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in m...michalpokusa
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-18Refs #35680 -- Sorted shell default autoimports to prevent isort mismatches.nessita
2025-07-17Fixed #35680 -- Added automatic imports of common utilies to shell management...Salvo Polizzi
2025-04-30Fixed #36357 -- Skipped unique_together in inspectdb output for composite pri...Baptiste Mispelon
2025-04-27Fixed #18296 -- Created missing custom target directory for startproject and ...Bruno Alla
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-21Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANG...Johanan Oppong Amoateng
2025-03-17Fixed #36252 -- Handled duplicate automatic imports in the shell command.hesham942
2025-03-07Fixed #36224 -- Fixed shell imports when settings not configured.Sarah Boyce
2025-02-16Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).Simon Charette
2025-02-13Fixed #36158 -- Refactored shell command to improve auto-imported objects rep...Natalia
2025-02-10Refs #35515 -- Fixed shell command verbose output when auto-importing 0 or 1 ...Natalia
2025-02-10Refs #35515 -- Refactored internal `get_and_report_namespace` in the shell co...Natalia
2025-01-23Fixed #36010 -- Avoided touching mo files while checking writability.Claude Paroz
2025-01-22Fixed #24529 -- Allowed double squashing of migrations.Georgi Yanchev
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