index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34568 -- Made makemigrations --update respect --name option.
Mariusz Felisiak
2023-05-17
1
-3
/
+2
*
Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...
Jan Pieter Waagmeester
2023-05-04
1
-1
/
+1
*
Fixed typo in ManagementUtility.autocomplete()'s docstring.
Vitor [Bux]baum
2023-04-13
1
-2
/
+2
*
Fixed #32813 -- Made runserver display port after binding.
Dhanush
2023-02-10
1
-25
/
+21
*
Fixed #34259 -- Passed called_from_command_line to command subparsers.
Adam Johnson
2023-02-03
1
-0
/
+10
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
3
-3
/
+1
*
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
3
-3
/
+3
*
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
3
-5
/
+4
*
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
1
-1
/
+2
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-13
/
+31
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
1
-1
/
+1
*
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-08
1
-2
/
+2
*
Fixed #34085 -- Made management commands don't use black for non-Python files.
Carlton Gibson
2022-10-20
1
-3
/
+1
*
Fixed #34068 -- Corrected output of runserver command for "0" IP address.
Dhanush
2022-10-04
1
-1
/
+8
*
Fixed #34051 -- Made makemigrations --check exit before making migrations.
Jacob Walls
2022-09-28
1
-3
/
+6
*
Fixed #34052 -- Made migrate --check don't emit signals and output when up to...
JunKi Yoon
2022-09-27
1
-10
/
+14
*
Improved migrate help text for the --check option.
Mike Lissner
2022-09-26
1
-1
/
+4
*
Fixed #33986 -- Hardened binary lookup in template commands.
Shai Berger
2022-09-07
2
-4
/
+19
*
Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.
Claude Paroz
2022-08-23
1
-1
/
+1
*
Removed obsolete note in management.get_commands() docstring.
Anders Kaseorg
2022-07-25
1
-4
/
+0
*
Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...
Vladimir Kochetkov
2022-07-06
1
-2
/
+10
*
Fixed #33657 -- Allowed customizing formatter class of argument parsers.
Abhinav Yadav
2022-06-20
1
-1
/
+1
*
Fixed #24870 -- Added --update option to makemigrations command.
David Wobrock
2022-06-17
1
-2
/
+105
*
Refs #24870 -- Refactored out get_relative_path() hook in makemigrations.
David Wobrock
2022-06-17
1
-6
/
+11
*
Fixed #33565 -- Improved locale format validation for the makemessages command.
Ronnie van den Crommenacker
2022-06-08
1
-7
/
+38
*
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-06-01
1
-2
/
+11
*
Renamed wrapped functions to wrapper.
Aymeric Augustin
2022-05-25
1
-2
/
+2
*
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-05-11
1
-2
/
+2
*
Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...
Scott
2022-04-16
1
-1
/
+3
*
Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.
jochemfranken
2022-03-16
1
-1
/
+1
*
Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...
Mariusz Felisiak
2022-02-23
2
-0
/
+16
*
Fixed #27844 -- Added optimizemigration management command.
David Wobrock
2022-02-22
1
-0
/
+121
*
Refs #33476 -- Made management commands use black.
Carlton Gibson
2022-02-11
4
-1
/
+25
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
20
-59
/
+144
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
30
-1237
/
+1881
*
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-03
1
-2
/
+2
*
Fixed #26760 -- Added --prune option to migrate command.
Jacob Walls
2022-01-21
1
-0
/
+52
*
Fixed #29026 -- Added --scriptable option to makemigrations.
Jacob Walls
2022-01-10
1
-3
/
+22
*
Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.
Mariusz Felisiak
2022-01-07
1
-1
/
+1
*
Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...
Jacob Walls
2022-01-03
1
-2
/
+6
*
Fixed #32397 -- Made startapp/startproject management commands set User-Agent.
Ad Timmering
2021-11-25
1
-4
/
+10
*
Fixed #4282 -- Made startapp/startproject management commands honor umask.
Ad Timmering
2021-11-24
1
-1
/
+7
*
Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Ad Timmering
2021-11-11
1
-2
/
+4
*
Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.
jordan.bae
2021-11-02
1
-2
/
+6
*
Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...
andrewdotn
2021-11-02
1
-0
/
+6
*
Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...
Hasan Ramezani
2021-10-25
1
-0
/
+6
*
Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...
Jacob Walls
2021-10-12
1
-1
/
+6
*
Refs #29026 -- Added log() to makemigrations.
Jacob Walls
2021-10-05
1
-19
/
+22
*
Refs #32355 -- Modernized subprocess.run() calls.
Adam Johnson
2021-09-27
1
-2
/
+2
*
Refs #31546 -- Removed support for boolean values in Command.requires_system_...
Mariusz Felisiak
2021-09-20
1
-10
/
+0
[next]