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
/
__init__.py
Age
Commit message (
Expand
)
Author
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-31
Fixed #28524 -- Fixed program name in management commands when using 'python ...
Nick Pope
2017-08-09
Fixed argument name in call_command() docstring.
Raúl Pedro Fernandes Santos
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-02-22
Fixed #27870 -- Cleaned up ManagementUtility.autocomplete().
Phil Bazun
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-28
Removed obsolete sentence in ManagementUtility docstring.
Srinivas Reddy Thatiparthy
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-02
Fixed #27522 -- Fixed runserver autoreload when using staticfile's options.
Jeroen van Veen
2016-09-30
Removed unneeded no_settings_commands hardcoded list
Claude Paroz
2016-08-08
Fixed #26940 -- Removed makemessages from no_settings_commands whitelist
Claude Paroz
2016-05-11
Fixed #26429 -- Added a timestamp to merge migration names.
Raphael Gaschignard
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-03
Merge pull request #6389 from Dunedan/ticket_25420
Dunedan
2016-03-05
Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...
Jon Dufresne
2015-10-18
Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.
Aymeric Augustin
2015-10-03
Fixed #25483 -- Allowed passing non-string arguments to call_command
Claude Paroz
2015-09-23
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-09
Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.
Daniel Hahler
2015-08-29
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-08-19
Fixed #25285 -- Provided unknown command message with plain django-admin.py
Claude Paroz
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-02-17
Refs #24324 -- Fixed management command discovery on non-ASCII paths.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed the syncdb command per deprecation timeline.
Tim Graham
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2015-01-17
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2015-01-05
Fixed #8280 -- Allowed management command discovery for eggs
Claude Paroz
2014-12-26
Replaced sqlall in some bash_completion/admin_scripts tests.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-10-20
Fixed #23685 -- Made call_command skip checks by default
Claude Paroz
2014-09-25
Fixed #23551 -- Fixed bash autocompletion crash on Python 3.
Marco Buttu
2014-08-18
Fixed #23309 -- Fixed call_command to parse args correctly
Raffaele Salmaso
2014-08-13
Fixed flake8 warning.
Tim Graham
2014-08-12
Fixed #22985 -- Made call_command accept option name parameter
Claude Paroz
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-06-14
Fixed #19973 -- Replaced optparse by argparse in management commands
Claude Paroz
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-27
Argument to `reversed` must be a sequence on Py3.
Simon Charette
2014-05-27
Fix a regression introduced by f011b90363.
Simon Charette
2014-05-27
Removed an old compatibility shim added in 1.0
Claude Paroz
2014-05-27
Fixed #21630 -- Simplified management command discovery
Claude Paroz
[next]