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-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
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-14
Fixed #21269 -- Don't crash when CommandError contains non-ascii
Claude Paroz
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-07-30
Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using out...
Jose L. Patino
2013-05-20
Fixed #20445 -- Raised original exception after command error
Jorge Bastida
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-03-09
Fixed #19923 -- Display tracebacks for non-CommandError exceptions
Claude Paroz
2013-02-04
Enhanced docs and docctrings added in 869c9ba.
Ramiro Morales
2013-02-03
Fixed #19730 -- Don't validate importability of settings by using i18n in man...
Ramiro Morales
2013-01-25
Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv
Claude Paroz
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-07
[py3] Applied minor fixes so the test suite starts
Aymeric Augustin
[next]