summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2023-02-10[4.2.x] Fixed #32813 -- Made runserver display port after binding.Dhanush
2023-02-03[4.2.x] Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-08Made inspectdb used Cursor.description.display_size for CharFields' max_length.Mariusz Felisiak
2022-10-20Fixed #34085 -- Made management commands don't use black for non-Python files.Carlton Gibson
2022-10-04Fixed #34068 -- Corrected output of runserver command for "0" IP address.Dhanush
2022-09-28Fixed #34051 -- Made makemigrations --check exit before making migrations.Jacob Walls
2022-09-27Fixed #34052 -- Made migrate --check don't emit signals and output when up to...JunKi Yoon
2022-09-26Improved migrate help text for the --check option.Mike Lissner
2022-09-07Fixed #33986 -- Hardened binary lookup in template commands.Shai Berger
2022-08-23Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.Claude Paroz
2022-07-25Removed obsolete note in management.get_commands() docstring.Anders Kaseorg
2022-07-06Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...Vladimir Kochetkov
2022-06-20Fixed #33657 -- Allowed customizing formatter class of argument parsers.Abhinav Yadav
2022-06-17Fixed #24870 -- Added --update option to makemigrations command.David Wobrock
2022-06-17Refs #24870 -- Refactored out get_relative_path() hook in makemigrations.David Wobrock
2022-06-08Fixed #33565 -- Improved locale format validation for the makemessages command.Ronnie van den Crommenacker
2022-06-01Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh
2022-05-25Renamed wrapped functions to wrapper.Aymeric Augustin
2022-05-11Refs #33173 -- Removed use of deprecated cgi module.Carlton Gibson
2022-04-16Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...Scott
2022-03-16Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.jochemfranken
2022-02-23Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...Mariusz Felisiak
2022-02-22Fixed #27844 -- Added optimizemigration management command.David Wobrock
2022-02-11Refs #33476 -- Made management commands use black.Carlton Gibson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-01-21Fixed #26760 -- Added --prune option to migrate command.Jacob Walls
2022-01-10Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls
2022-01-07Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.Mariusz Felisiak
2022-01-03Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls
2021-11-25Fixed #32397 -- Made startapp/startproject management commands set User-Agent.Ad Timmering
2021-11-24Fixed #4282 -- Made startapp/startproject management commands honor umask.Ad Timmering
2021-11-11Fixed #6106 -- Prevented makemessages from changing .po files when up to date.Ad Timmering
2021-11-02Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.jordan.bae
2021-11-02Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...andrewdotn
2021-10-25Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...Hasan Ramezani
2021-10-12Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls
2021-10-05Refs #29026 -- Added log() to makemigrations.Jacob Walls
2021-09-27Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson
2021-09-20Refs #31546 -- Removed support for boolean values in Command.requires_system_...Mariusz Felisiak
2021-09-06Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.Peter Inglesby
2021-09-01Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage
2021-08-31Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2021-08-04Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...Jacob Walls