index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
Age
Commit message (
Expand
)
Author
2021-01-12
Fixed #32291 -- Added fixtures compression support to dumpdata.
Paolo Melchiorre
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-11-13
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
manav014
2020-11-11
Fixed #31216 -- Added support for colorama terminal colors on Windows.
MinchinWeb
2020-11-11
Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...
Artem Kosenko
2020-11-11
Fixed #32183 -- Fixed shell crash when passing code with nested scopes.
William Schwartz
2020-11-10
Fixed #32177 -- Made execute_from_command_line() use program name from the ar...
William Schwartz
2020-10-30
Fixed #32153 -- Fixed management commands when using required list options.
Hasan Ramezani
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-09
Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...
Thomas Riccardi
2020-09-30
Fixed #32047 -- Fixed call_command() crash if a constant option from required...
Hasan Ramezani
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-17
Tweaked loaddata command to re-use a calculated value.
Владимир Лысенко
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-20
Fixed #31769 -- Improved default naming of merged migrations.
Jon Dufresne
2020-06-24
Fixed typo in django/core/management/templates.py docstring.
excursus
2020-06-23
Refs #31692 -- Fixed compilemessages crash on Windows with Python < 3.8.
Mariusz Felisiak
2020-06-22
Fixed #31692 -- Prevented unneeded .po file compilation.
Claude Paroz
2020-06-22
Refs #31692 -- Updated compilemessages and tests to use pathlib.
Claude Paroz
2020-06-12
Fixed #31645 -- Enhanced the migration warning for migrate commmand.
Chinmoy Chakraborty
2020-06-08
Fixed #31661 -- Removed period in makemigrations history check warning.
davidchorpash
2020-06-04
Refs #5086 -- Removed unused only_django argument from sql_flush().
Jon Dufresne
2020-06-04
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
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-19
Fixed #31504 -- Allowed calling makemigrations without an active database con...
wtkm11
2020-05-15
Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.
Paolo Melchiorre
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-28
Merge stdout.write() calls in squashmigrations.
François Freitag
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-21
Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's...
Mariusz Felisiak
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-14
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2020-04-14
Refs #29501 -- Allowed customizing exit status for management commands.
Adam Johnson
2020-04-14
Refs #29501 -- Simplified BaseCommand.run_from_argv() a bit.
Adam Johnson
2020-04-14
Refs #29501 -- Made dbshell catch more specific FileNotFoundError.
Adam Johnson
2020-04-07
Refs #31051 -- Made dumpdata do not sort dependencies if natural foreign keys...
Matthijs Kooijman
2020-04-07
Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.
Matthijs Kooijman
2020-04-07
Fixed #31428 -- Allowed empty message in management command self.stdout/err p...
François Freitag
2020-03-26
Fixed #31402 -- Added migrate --check option.
Gordon Pendleton
2020-03-09
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
David Wobrock
2020-03-09
Refs #31318 -- Optimized sqlmigrate by using MigrationLoader.
David Wobrock
2020-03-09
Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.
David Wobrock
2020-03-06
Optimized a bit handle() of sqlmigrate management command.
David Wobrock
2020-02-28
Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...
Cristobal Mackenzie
[next]