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
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
2020-02-07
Refs #31055 -- Added --database option to the check management command.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-29
Removed "Pocket PC" from terminal color support function.
Nick Pope
2019-12-12
Refs #23919 -- Used yield from in inspectdb.
Jon Dufresne
2019-11-18
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-15
Fixed #30872 -- Improved unknown command message when settings are manually c...
Carlton Gibson
2019-10-14
Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...
Mariusz Felisiak
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-10
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2019-09-06
Fixed #30763 -- Fixed management commands when using required mutually exclus...
Hasan Ramezani
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-19
Fixed #30693 -- Removed separate import of os.path in django.core.management....
Maaz Bin Tahir Saeed
2019-08-12
Corrected multiple typos.
Min ho Kim
2019-07-01
Fixed #30595 -- Added error message when no objects found to sql* management ...
Hasan Ramezani
2019-06-28
Fixed #30584 -- Fixed management command when using subparsers with dest para...
Hasan Ramezani
2019-05-08
Used time.monotonic() instead of time.time() where applicable.
Przemysław Suliga
2019-04-30
Fixed #30418 -- Added --skip-checks management command option.
Jon Dufresne
2019-04-25
Removed redundant os.path.abspath() call.
Jon Dufresne
2019-04-25
Fixed #30393 -- Added validation of startapp's directory option.
oliver
2019-04-25
Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey...
Ville Skyttä
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-03-30
Made startapp/project's overlaying error message use 'app' or 'project'.
oliver
2019-03-30
Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.
Tim Graham
2019-03-08
Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...
tschilling
2019-03-07
Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...
Parth Patil
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
[next]