index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
user_commands
Age
Commit message (
Expand
)
Author
2015-11-12
[1.9.x] Fixed SyntaxWarning in a user_commands test.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
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-11
Prevented some test commands from needlessly running system checks.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-08
Fixed #24073 -- Returned None for get_language when translations are deactivated
Claude Paroz
2015-01-07
Fixed #24073 -- Deactivated translations when leave_locale_alone is False
Claude Paroz
2015-01-05
Fixed #8280 -- Allowed management command discovery for eggs
Claude Paroz
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-10-20
Fixed #23685 -- Made call_command skip checks by default
Claude Paroz
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-08-19
Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610de2570c.
Baptiste Mispelon
2014-08-18
Removed test, duplicate of admin_scripts.CommandTypes tests
Claude Paroz
2014-08-18
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
Baptiste Mispelon
2014-08-18
Fixed #23309 -- Fixed call_command to parse args correctly
Raffaele Salmaso
2014-08-12
Fixed #22985 -- Made call_command accept option name parameter
Claude Paroz
2014-07-24
Silenced OptionParser deprecation warning in a test.
Tim Graham
2014-06-14
Fixed several flake8 errors
Alex Gaynor
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
Fixed #19973 -- Replaced optparse by argparse in management commands
Claude Paroz
2014-03-22
Fixed #22256 -- Replaced bad fallback for missing PATH
Patrick Michaud
2014-02-18
flake8 fixes (unused imports and variables).
Tim Graham
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-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-02
Fixing E302 Errors
Jason Myers
2013-03-10
Made (make|compile)messages check for availability of gettext commands.
Ramiro Morales
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner