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
/
base.py
Age
Commit message (
Expand
)
Author
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-03
Passed proper default value to int-type 'verbosity' option
Jon Dufresne
2016-02-23
Fixed #26190 -- Returned handle() result from call_command
Claude Paroz
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2015-12-21
Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(...
Tim Graham
2015-11-14
Made BaseCommand.get_version() docstring consistent with docs.
Baptiste Mispelon
2015-10-05
Fixed #25500 -- Added --fail-level option to check command.
Jon Dufresne
2015-09-23
Refs #22835 -- Removed NoArgsCommand per deprecation timeline.
Tim Graham
2015-09-23
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-15
Added upgrade tip in BaseCommand.option_list deprecation comment.
Daniel Hahler
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-28
Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.
Tim Graham
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-09
Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...
Rivo Laks
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed BaseCommand.validate() per deprecation timeline; refs #16905.
Tim Graham
2015-01-17
Removed unused imports from previous commit.
Tim Graham
2015-01-17
Removed BaseCommand.requires_model_validation per deprecation timeline.
Tim Graham
2015-01-17
Removed support for AppCommand.handle_app() per deprecation timeline.
Tim Graham
2015-01-14
Removed unused import
Claude Paroz
2015-01-07
Fixed #24073 -- Deactivated translations when leave_locale_alone is False
Claude Paroz
2014-12-29
Fixed #21255 -- Closed connections after management command ran
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-10-30
Clarified BaseCommand --traceback behavior.
Matthew Somerville
2014-10-22
Fixed #23686 -- Tweak color output of the system check framework.
Loic Bistuer
2014-10-22
Fixed #23663 -- Initialize output streams for BaseCommand in __init__().
Loic Bistuer
2014-10-22
Fixed #23107 -- Made runserver output respect --no-color.
Loic Bistuer
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-18
Fixed #23309 -- Fixed call_command to parse args correctly
Raffaele Salmaso
2014-08-14
Fixed #23291 -- Don't add Unicode varname/value to environment.
Ramiro Morales
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-07-30
Fixed #23107 -- Made runserver output respect --no-color.
areski
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-06-14
Fixed #7762 -- Hidden full script name in command error output
Claude Paroz
2014-06-14
Restored command error behavior when called from command line
Claude Paroz
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-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-18
Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...
Baptiste Mispelon
2014-02-17
Added the possibility to pass a stdin object to a management command.
Baptiste Mispelon
2014-01-28
Fixed #21849 -- Included the count of silenced system checks in output.
Tim Graham
2014-01-26
Fixed #21866 -- Replaced "COMMIT" in managmement command SQL with backend hook.
Wojciech BanaĆ
2014-01-25
Fixed #21873 -- Removed duplicate import.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Populated the app registry earlier at startup.
Aymeric Augustin
[prev]
[next]