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-10-25
[4.0.x] Fixed #33205 -- Made call_command() raise TypeError when dest with mu...
Hasan Ramezani
2021-09-06
Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.
Peter Inglesby
2021-09-01
Fixed #32309 -- Added --exclude option to startapp/startproject management co...
sage
2021-08-31
Fixed #25264 -- Allowed suppressing base command options in --help output.
Jan Szoja
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-04
Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...
Jacob Walls
2021-08-04
Fixed typos in migrations tests, comments, and error message.
Jacob Walls
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-13
Refs #23359 -- Corrected showmigrations help text for the --database option.
Wilhelm Klopp
2021-07-01
Refs #32144 -- Made makemessages remove temporary files on preprocessing error.
Carlton Gibson
2021-07-01
Fixed #32144 -- Made makemessages remove temporary files when locale path doe...
Carlton Gibson
2021-06-23
Fixed #32363 -- Ensured sys.__interactivehook__ is called in shell
Peter Inglesby
2021-06-21
Fixed typo in makemessages error message.
Jacob Walls
2021-06-11
Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...
Jacob Walls
2021-05-19
Fixed #32740 -- Caught possible exception when initializing colorama.
Carlton Gibson
2021-05-18
Fixed #32317 -- Refactored loaddata command to make it extensible.
William Schwartz
2021-05-14
Refs #32317 -- Simplified find_fixtures() in loaddata command.
William Schwartz
2021-05-14
Refs #32317 -- Cleaned up try/except blocks in loaddata command.
William Schwartz
2021-05-14
Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.
Rohith PR
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-09
Fixed #32145 -- Improved makemessages error message when app's locale directo...
Josh Santos
2021-02-04
Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.
Daniel Ebrahimian
2021-02-04
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2021-01-18
Fixed #32296 -- Added --skip-checks option to runserver command.
Hasan Ramezani
2021-01-14
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
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
[next]