summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/tests.py
AgeCommit message (Expand)Author
2015-08-19Fixed #25285 -- Provided unknown command message with plain django-admin.pyClaude Paroz
2015-06-16Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni
2015-06-11Fixed #24950 -- Added unicode_literals to models.py in app templateMarkus Holtermann
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-05-13Fixed #24742 -- Made runserver.check_migrations ignore read-only databasesClaude Paroz
2015-04-04Fixed #24571 -- Restored testserver positional arguments parsingClaude Paroz
2015-02-23Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-17Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...Tim Graham
2015-02-11Prevented some test commands from needlessly running system checks.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed unused imports from previous commit.Tim Graham
2015-01-17Removed BaseCommand.requires_model_validation per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-29Fixed #21255 -- Closed connections after management command ranClaude Paroz
2014-12-26Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-22Refactored color_style() and no_style() to improve testability. Refs #23663.Loic Bistuer
2014-10-22Fixed #23686 -- Tweak color output of the system check framework.Loic Bistuer
2014-10-22Made testing of stdout and stderr more consistent.Loic Bistuer
2014-10-22Fixed #23663 -- Initialize output streams for BaseCommand in __init__().Loic Bistuer
2014-10-22Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer
2014-09-17Fixed #23495 -- Stopped swallowing real settings import errorClaude Paroz
2014-08-18Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel
2014-07-30Fixed #23107 -- Made runserver output respect --no-color.areski
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-14Fixed #7762 -- Hidden full script name in command error outputClaude Paroz
2014-06-14Restored command error behavior when called from command lineClaude Paroz
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-14Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-05-16Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not foundClaude Paroz
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-03-11Fixed test failures on Windows.Tim Graham
2014-03-08Improved compatibility in admin_scripts testsClaude Paroz
2014-03-08Fixed #21092 -- Ensured admin_scripts tests are run with warnings offClaude Paroz
2014-03-08Avoided modifying current environment in admin_scripts testsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-18Fixed #22057 -- Ensured reverse_lazy can be used in settingsClaude Paroz
2014-01-28Fixed #21849 -- Included the count of silenced system checks in output.Tim Graham
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Added warning silencers to some noisy tests.Russell Keith-Magee
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-28Migrated built-in AppCommands to use handle_app_config.Aymeric Augustin
2013-12-22Deprecated load_app().Aymeric Augustin