summaryrefslogtreecommitdiff
path: root/django/core/management
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak2023-05-171-3/+2
* Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...Jan Pieter Waagmeester2023-05-041-1/+1
* Fixed typo in ManagementUtility.autocomplete()'s docstring.Vitor [Bux]baum2023-04-131-2/+2
* Fixed #32813 -- Made runserver display port after binding.Dhanush2023-02-101-25/+21
* Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson2023-02-031-0/+10
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-013-3/+1
* Refs #34233 -- Used @functools.cache.Nick Pope2023-01-183-3/+3
* Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak2023-01-183-5/+4
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-281-1/+2
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-13/+31
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-1/+1
* Made inspectdb used Cursor.description.display_size for CharFields' max_length.Mariusz Felisiak2022-12-081-2/+2
* Fixed #34085 -- Made management commands don't use black for non-Python files.Carlton Gibson2022-10-201-3/+1
* Fixed #34068 -- Corrected output of runserver command for "0" IP address.Dhanush2022-10-041-1/+8
* Fixed #34051 -- Made makemigrations --check exit before making migrations.Jacob Walls2022-09-281-3/+6
* Fixed #34052 -- Made migrate --check don't emit signals and output when up to...JunKi Yoon2022-09-271-10/+14
* Improved migrate help text for the --check option.Mike Lissner2022-09-261-1/+4
* Fixed #33986 -- Hardened binary lookup in template commands.Shai Berger2022-09-072-4/+19
* Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.Claude Paroz2022-08-231-1/+1
* Removed obsolete note in management.get_commands() docstring.Anders Kaseorg2022-07-251-4/+0
* Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...Vladimir Kochetkov2022-07-061-2/+10
* Fixed #33657 -- Allowed customizing formatter class of argument parsers.Abhinav Yadav2022-06-201-1/+1
* Fixed #24870 -- Added --update option to makemigrations command.David Wobrock2022-06-171-2/+105
* Refs #24870 -- Refactored out get_relative_path() hook in makemigrations.David Wobrock2022-06-171-6/+11
* Fixed #33565 -- Improved locale format validation for the makemessages command.Ronnie van den Crommenacker2022-06-081-7/+38
* Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh2022-06-011-2/+11
* Renamed wrapped functions to wrapper.Aymeric Augustin2022-05-251-2/+2
* Refs #33173 -- Removed use of deprecated cgi module.Carlton Gibson2022-05-111-2/+2
* Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...Scott2022-04-161-1/+3
* Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.jochemfranken2022-03-161-1/+1
* Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...Mariusz Felisiak2022-02-232-0/+16
* Fixed #27844 -- Added optimizemigration management command.David Wobrock2022-02-221-0/+121
* Refs #33476 -- Made management commands use black.Carlton Gibson2022-02-114-1/+25
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-0720-59/+144
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0730-1237/+1881
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+2
* Fixed #26760 -- Added --prune option to migrate command.Jacob Walls2022-01-211-0/+52
* Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls2022-01-101-3/+22
* Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.Mariusz Felisiak2022-01-071-1/+1
* Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls2022-01-031-2/+6
* Fixed #32397 -- Made startapp/startproject management commands set User-Agent.Ad Timmering2021-11-251-4/+10
* Fixed #4282 -- Made startapp/startproject management commands honor umask.Ad Timmering2021-11-241-1/+7
* Fixed #6106 -- Prevented makemessages from changing .po files when up to date.Ad Timmering2021-11-111-2/+4
* Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.jordan.bae2021-11-021-2/+6
* Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...andrewdotn2021-11-021-0/+6
* Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...Hasan Ramezani2021-10-251-0/+6
* Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls2021-10-121-1/+6
* Refs #29026 -- Added log() to makemigrations.Jacob Walls2021-10-051-19/+22
* Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson2021-09-271-2/+2
* Refs #31546 -- Removed support for boolean values in Command.requires_system_...Mariusz Felisiak2021-09-201-10/+0