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
2015-11-14
[1.9.x] Made BaseCommand.get_version() docstring consistent with docs.
Baptiste Mispelon
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
2013-12-29
Changed get_validation_errors to use an app config.
Aymeric Augustin
2013-12-28
Updated the AppCommand API to support apps without a models module.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Populated models only when necessary in get_app_config[s].
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_app().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
[next]