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
/
tests
/
user_commands
/
management
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34259 -- Passed called_from_command_line to command subparsers.
Adam Johnson
2023-02-03
1
-0
/
+13
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
16
-64
/
+67
*
Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...
Hasan Ramezani
2021-10-25
1
-0
/
+13
*
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-10
1
-3
/
+1
*
Fixed #32153 -- Fixed management commands when using required list options.
Hasan Ramezani
2020-10-30
2
-0
/
+11
*
Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...
Thomas Riccardi
2020-10-09
1
-0
/
+8
*
Refs #32047 -- Added test for using call_command() with constant required opt...
Hasan Ramezani
2020-10-06
1
-0
/
+20
*
Fixed #32047 -- Fixed call_command() crash if a constant option from required...
Hasan Ramezani
2020-09-30
1
-1
/
+8
*
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2020-06-01
2
-0
/
+0
*
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-21
3
-1
/
+18
*
Refs #29501 -- Allowed customizing exit status for management commands.
Adam Johnson
2020-04-14
1
-1
/
+1
*
Fixed #31428 -- Allowed empty message in management command self.stdout/err p...
François Freitag
2020-04-07
1
-0
/
+1
*
Fixed #30763 -- Fixed management commands when using required mutually exclus...
Hasan Ramezani
2019-09-06
1
-0
/
+12
*
Fixed #30584 -- Fixed management command when using subparsers with dest para...
Hasan Ramezani
2019-06-28
2
-0
/
+26
*
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-07-02
1
-1
/
+1
*
Fixed #29301 -- Added custom help formatter to BaseCommand class
Claude Paroz
2018-06-06
1
-0
/
+16
*
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...
Ryan P Kilby
2018-05-14
1
-0
/
+10
*
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-05-13
2
-13
/
+2
*
Fixed #29295 -- Fixed management command crash when using subparsers.
Hasan Ramezani
2018-04-21
1
-0
/
+12
*
Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...
Alex Tomic
2018-03-02
1
-0
/
+11
*
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2018-01-03
2
-0
/
+0
*
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
1
-1
/
+1
*
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-04-01
1
-1
/
+1
*
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Claude Paroz
2016-10-02
2
-2
/
+0
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
1
-4
/
+2
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
1
-1
/
+1
*
Fixed #16734 -- Set script prefix even outside of requests
Claude Paroz
2015-10-29
1
-0
/
+10
*
Fixed #25483 -- Allowed passing non-string arguments to call_command
Claude Paroz
2015-10-03
1
-0
/
+3
*
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-23
1
-22
/
+0
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-1
/
+3
*
Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...
Rivo Laks
2015-06-09
1
-0
/
+1
*
Fixed #23685 -- Made call_command skip checks by default
Claude Paroz
2014-10-20
1
-2
/
+3
*
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
Baptiste Mispelon
2014-08-18
1
-0
/
+10
*
Fixed #23309 -- Fixed call_command to parse args correctly
Raffaele Salmaso
2014-08-18
1
-0
/
+28
*
Fixed #22985 -- Made call_command accept option name parameter
Claude Paroz
2014-08-12
1
-0
/
+2
*
Fixed several flake8 errors
Alex Gaynor
2014-06-14
1
-2
/
+2
*
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
1
-6
/
+3
*
Fixed #19973 -- Replaced optparse by argparse in management commands
Claude Paroz
2014-06-14
1
-0
/
+19
*
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-20
1
-1
/
+1
*
Fixing E302 Errors
Jason Myers
2013-11-02
2
-0
/
+2
*
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-26
5
-0
/
+40