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
2023-11-09
Fixed #34457 -- Restored output for makemigrations --check.
Adam Johnson
2023-09-22
Fixed #34848 -- Ignored i18n_catalog.js file when building Django's translati...
Natalia
2023-09-03
Refs #34768 -- Ignored lack of just_fix_windows_console() for colorama < 0.4.6.
Mariusz Felisiak
2023-09-01
Fixed #34778 -- Avoided importing modules in startapp/startproject.
Jacob Walls
2023-09-01
Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.
Sulabh Katila
2023-07-27
Simplified call_command() calls.
Nick Pope
2023-05-22
Fixed #34587 -- Allowed customizing table name normalization in inspectdb com...
Andrii Kohut
2023-05-17
Fixed #34568 -- Made makemigrations --update respect --name option.
Mariusz Felisiak
2023-05-04
Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...
Jan Pieter Waagmeester
2023-04-13
Fixed typo in ManagementUtility.autocomplete()'s docstring.
Vitor [Bux]baum
2023-02-10
Fixed #32813 -- Made runserver display port after binding.
Dhanush
2023-02-03
Fixed #34259 -- Passed called_from_command_line to command subparsers.
Adam Johnson
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-10-20
Fixed #34085 -- Made management commands don't use black for non-Python files.
Carlton Gibson
2022-10-04
Fixed #34068 -- Corrected output of runserver command for "0" IP address.
Dhanush
2022-09-28
Fixed #34051 -- Made makemigrations --check exit before making migrations.
Jacob Walls
2022-09-27
Fixed #34052 -- Made migrate --check don't emit signals and output when up to...
JunKi Yoon
2022-09-26
Improved migrate help text for the --check option.
Mike Lissner
2022-09-07
Fixed #33986 -- Hardened binary lookup in template commands.
Shai Berger
2022-08-23
Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.
Claude Paroz
2022-07-25
Removed obsolete note in management.get_commands() docstring.
Anders Kaseorg
2022-07-06
Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...
Vladimir Kochetkov
2022-06-20
Fixed #33657 -- Allowed customizing formatter class of argument parsers.
Abhinav Yadav
2022-06-17
Fixed #24870 -- Added --update option to makemigrations command.
David Wobrock
2022-06-17
Refs #24870 -- Refactored out get_relative_path() hook in makemigrations.
David Wobrock
2022-06-08
Fixed #33565 -- Improved locale format validation for the makemessages command.
Ronnie van den Crommenacker
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-05-25
Renamed wrapped functions to wrapper.
Aymeric Augustin
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-04-16
Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...
Scott
2022-03-16
Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.
jochemfranken
2022-02-23
Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...
Mariusz Felisiak
2022-02-22
Fixed #27844 -- Added optimizemigration management command.
David Wobrock
2022-02-11
Refs #33476 -- Made management commands use black.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-21
Fixed #26760 -- Added --prune option to migrate command.
Jacob Walls
2022-01-10
Fixed #29026 -- Added --scriptable option to makemigrations.
Jacob Walls
2022-01-07
Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.
Mariusz Felisiak
2022-01-03
Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...
Jacob Walls
2021-11-25
Fixed #32397 -- Made startapp/startproject management commands set User-Agent.
Ad Timmering
2021-11-24
Fixed #4282 -- Made startapp/startproject management commands honor umask.
Ad Timmering
2021-11-11
Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Ad Timmering
[prev]
[next]