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-07-30
[1.7.x] Fixed #23107 -- Made runserver output respect --no-color.
areski
2014-06-13
[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...
mlavin
2014-05-27
[1.7.x] Fixed #22699 -- Configure default settings in some management commands.
Aymeric Augustin
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
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
2013-07-29
Add utf-8 preamble to admin_scripts temp settings file
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-09
Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.
Tim Graham
2013-05-30
Fixed #20509 - Proper parsing for dumpdata --pks option.
Tim Graham
2013-05-20
Fixed #20445 -- Raised original exception after command error
Jorge Bastida
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-01
Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3.
Florian Apolloner
2013-03-18
Fixed #17037 -- Added a --all option to diffsettings.
Aymeric Augustin
2013-03-09
Fixed #19923 -- Display tracebacks for non-CommandError exceptions
Claude Paroz
[next]