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
/
admin_scripts
Age
Commit message (
Expand
)
Author
2014-08-18
Fixed #23136 -- Added a message when sqlclear does nothing
Gabriel Muñumel
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
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 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-06-13
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
mlavin
2014-05-27
Fixed #22699 -- Configure default settings in some management commands.
Aymeric Augustin
2014-05-16
Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not found
Claude Paroz
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-11
Fixed test failures on Windows.
Tim Graham
2014-03-08
Improved compatibility in admin_scripts tests
Claude Paroz
2014-03-08
Fixed #21092 -- Ensured admin_scripts tests are run with warnings off
Claude Paroz
2014-03-08
Avoided modifying current environment in admin_scripts tests
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-18
Fixed #22057 -- Ensured reverse_lazy can be used in settings
Claude Paroz
2014-01-28
Fixed #21849 -- Included the count of silenced system checks in output.
Tim Graham
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-20
Added warning silencers to some noisy tests.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2014-01-01
Fixed #21018 -- Reversed precedence order for management commands.
Aymeric Augustin
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-28
Migrated built-in AppCommands to use handle_app_config.
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Removed the only_installed argument of get_app_config[s].
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-12-17
Added get_app_config() to look up app configs by label.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
Workaround admin scripts test failures on Windows+Python 3.
Ramiro Morales
2013-10-21
Fixed #19724 -- Output note when showing only core management commands
Claude Paroz
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21284 -- Prevented KeyError swallowing in fetch_command
Claude Paroz
2013-10-14
Fixed #21269 -- Don't crash when CommandError contains non-ascii
Claude Paroz
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-29
Modified test added in 3afb5916b2 so it doesn't fail on Windows.
Ramiro Morales
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-07-30
Removed part of a test that doesn't work on Jenkins; refs #19877.
Tim Graham
2013-07-30
Fixed a test that depended on the DB backend; refs #19877. Thanks Loic.
Tim Graham
2013-07-30
Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using out...
Jose L. Patino
2013-07-29
Removed most of absolute_import imports
Claude Paroz
[prev]
[next]